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:
parent
d5579055d2
commit
09babb5587
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user