Skip to content

Commit 30e43d7

Browse files
committed
Drop reference to InvokeEvent
Fixes #78
1 parent 20a9770 commit 30e43d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

invoker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,5 @@ export function apply() {
352352

353353
setupInvokeListeners(document);
354354

355-
Object.assign(globalThis, { CommandEvent, InvokeEvent });
355+
Object.assign(globalThis, { CommandEvent });
356356
}

0 commit comments

Comments
 (0)