mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[PM-5189] Working through subFrameRecalculation approach
This commit is contained in:
@@ -13,13 +13,16 @@ export const EVENTS = {
|
||||
BLUR: "blur",
|
||||
CLICK: "click",
|
||||
FOCUS: "focus",
|
||||
FOCUSIN: "focusin",
|
||||
FOCUSOUT: "focusout",
|
||||
SCROLL: "scroll",
|
||||
RESIZE: "resize",
|
||||
DOMCONTENTLOADED: "DOMContentLoaded",
|
||||
LOAD: "load",
|
||||
MESSAGE: "message",
|
||||
VISIBILITYCHANGE: "visibilitychange",
|
||||
FOCUSOUT: "focusout",
|
||||
MOUSEENTER: "mouseenter",
|
||||
MOUSELEAVE: "mouseleave",
|
||||
} as const;
|
||||
|
||||
export const ClearClipboardDelay = {
|
||||
|
||||
Reference in New Issue
Block a user