Merge pull request #290 from reuters-graphics/framer-cleanup
Framer cleanup
This commit is contained in:
commit
114e08a6be
2 changed files with 5 additions and 1 deletions
5
.changeset/mighty-rats-doubt.md
Normal file
5
.changeset/mighty-rats-doubt.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@reuters-graphics/graphics-components': patch
|
||||
---
|
||||
|
||||
Cleans up a spare console log left in
|
||||
|
|
@ -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