Skip to content

Commit 74faaee

Browse files
committed
🐛 [fix] FilterDropdownMulti 컴포넌트 오작동 수정
1 parent f9fce84 commit 74faaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/filters/FilterDropdownMulti.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ const onOptionClick = (option: string | number) => {
4848
emit('update:value', option)
4949
}
5050
51-
const { htmlRef } = useOutsideClick(toggleDropdown)
51+
const { htmlRef } = useOutsideClick(() => isDropdownOpened.value && toggleDropdown())
5252
</script>

0 commit comments

Comments
 (0)