mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
minor change
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
export function send (payload) {
|
||||
console.log(payload)
|
||||
if (!window.sendEvent) {
|
||||
return
|
||||
}
|
||||
|
||||
const event = new CustomEvent('sqliteviz-app-event', {
|
||||
detail: payload
|
||||
|
||||
Reference in New Issue
Block a user