cleans up a spare console log
This commit is contained in:
parent
4d7e108f62
commit
be7d0b1d8f
1 changed files with 0 additions and 1 deletions
|
|
@ -177,7 +177,6 @@
|
|||
|
||||
<svelte:window
|
||||
onclick={({ target }) => {
|
||||
console.log('HELLO', !comboboxRef?.contains(target as Node));
|
||||
if (!hideDropdown && !comboboxRef?.contains(target as Node)) {
|
||||
close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue