We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f280928 commit ccb3a19Copy full SHA for ccb3a19
src/webviews/apps/shared/dom.ts
@@ -25,7 +25,7 @@ export namespace DOM {
25
options?: boolean | AddEventListenerOptions,
26
): Disposable;
27
export function on<T extends HTMLElement, K>(
28
- elemtent: T,
+ element: T,
29
name: string,
30
listener: (e: CustomEvent<K> & { target: HTMLElement | null }, target: T) => void,
31
0 commit comments