mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 13:21:37 +01:00
Teact: load
event can not be delegated
This commit is contained in:
parent
b52ee4afe5
commit
b352924f6f
@ -3,7 +3,7 @@ import { DEBUG } from '../../config';
|
||||
type Handler = (e: Event) => void;
|
||||
type DelegationRegistry = Map<HTMLElement, Handler>;
|
||||
|
||||
const NON_BUBBLEABLE_EVENTS = new Set(['scroll', 'mouseenter', 'mouseleave']);
|
||||
const NON_BUBBLEABLE_EVENTS = new Set(['scroll', 'mouseenter', 'mouseleave', 'load']);
|
||||
|
||||
const documentEventCounters: Record<string, number> = {};
|
||||
const delegationRegistryByEventType: Record<string, DelegationRegistry> = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user