1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01: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
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF

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";