Skip to content

Commit

Permalink
Fix for Source pop up remains open radiantearth#405
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored and silvester-pari committed May 29, 2024
1 parent 556168a commit b036d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Source.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</b-popover>

<b-popover
v-if="stacUrl" id="popover-link" target="popover-link-btn" triggers="click"
v-if="stacUrl" id="popover-link" target="popover-link-btn" triggers="focus"
placement="bottom" container="stac-browser" :title="$t('source.title')"
@show="validate"
>
Expand Down

0 comments on commit b036d00

Please sign in to comment.