We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fce84 commit 74faaeeCopy full SHA for 74faaee
src/components/filters/FilterDropdownMulti.vue
@@ -48,5 +48,5 @@ const onOptionClick = (option: string | number) => {
48
emit('update:value', option)
49
}
50
51
-const { htmlRef } = useOutsideClick(toggleDropdown)
+const { htmlRef } = useOutsideClick(() => isDropdownOpened.value && toggleDropdown())
52
</script>
0 commit comments