cleans up a spare console log

This commit is contained in:
hobbes7878 2025-04-24 10:03:17 +01:00
parent 4d7e108f62
commit be7d0b1d8f
Failed to extract signature

View file

@ -177,7 +177,6 @@
<svelte:window <svelte:window
onclick={({ target }) => { onclick={({ target }) => {
console.log('HELLO', !comboboxRef?.contains(target as Node));
if (!hideDropdown && !comboboxRef?.contains(target as Node)) { if (!hideDropdown && !comboboxRef?.contains(target as Node)) {
close(); close();
} }