Skip to content

Commit 6c3dc38

Browse files
committed
fixup! fixup! fixup! fixup! refactor: 既存の実装を useEventListner を用いて簡略化する
1 parent cd461bc commit 6c3dc38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/ui/stampPicker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const useStampPickerInvoker = (
154154
})
155155

156156
useEventListener(
157-
computed(() => isThisOpen.value ? window : null),
157+
computed(() => (isThisOpen.value ? window : null)),
158158
'resize',
159159
setPosition
160160
)

0 commit comments

Comments
 (0)