diff --git a/src/lib/utils/events.js b/src/lib/utils/events.js index bf4792d..0c0b5ea 100644 --- a/src/lib/utils/events.js +++ b/src/lib/utils/events.js @@ -1,8 +1,5 @@ export function send (payload) { console.log(payload) - if (!window.sendEvent) { - return - } const event = new CustomEvent('sqliteviz-app-event', { detail: payload