Skip to content

Commit

Permalink
wip: detect click on an iframe outside dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
burivuhster committed Sep 4, 2024
1 parent 37b7724 commit 1565019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/TagsDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ onClickOutside(
() => {
emit('blur');
},
{ ignore: [`.tags-dropdown-${dropdownId}`, '#tags-manager-modal'] },
{ ignore: [`.tags-dropdown-${dropdownId}`, '#tags-manager-modal'], detectIframe: true },
);
</script>

Expand Down

0 comments on commit 1565019

Please sign in to comment.