Skip to content

Commit ef88e3a

Browse files
committed
chore: remove console debugging
1 parent 1474f77 commit ef88e3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Web/CommandPalette/register-palette.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ export function registerPalette(options: Options) {
4242
const activeElement = useActiveElement()
4343
const notUsingInput = computed(() => !['INPUT', 'TEXTAREA'].includes(activeElement.value?.tagName ?? ''))
4444

45-
watchEffect(() => {
46-
console.log({ Meta_K, Slash, notUsingInput })
47-
})
48-
4945
whenever(logicAnd(Meta_K, notUsingInput), () => options.value.value = !options.value.value)
5046
whenever(logicAnd(Slash, notUsingInput), () => options.value.value = true)
5147
}

0 commit comments

Comments
 (0)