Merge pull request #290 from reuters-graphics/framer-cleanup

Framer cleanup
This commit is contained in:
Jon McClure 2025-04-24 10:05:37 +01:00 committed by GitHub
commit 114e08a6be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@reuters-graphics/graphics-components': patch
---
Cleans up a spare console log left in

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();
} }