1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PM-5189] Refining how we handle fading in the inline menu elements

This commit is contained in:
Cesar Gonzalez
2024-06-17 13:09:40 -05:00
parent d5579055d2
commit 09babb5587

View File

@@ -59,3 +59,6 @@ export const AutofillOverlayVisibility = {
OnButtonClick: 1,
OnFieldFocus: 2,
} as const;
export const AUTOFILL_OVERLAY_ON_SCROLL = "autofill-overlay-scroll-event";
export const AUTOFILL_OVERLAY_ON_RESIZE = "autofill-overlay-resize-event";