Skip to content

Commit

Permalink
Fix for Source pop up remains open #405
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Feb 6, 2024
1 parent b6f4692 commit 35d7d44
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 35d7d44

Please sign in to comment.