1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

[PM-5189] Removing throttle from resize listeners within the content script

This commit is contained in:
Cesar Gonzalez
2024-06-26 13:16:41 -05:00
parent 498b4af3be
commit 62cf0f8f24
3 changed files with 6 additions and 41 deletions

View File

@@ -54,8 +54,6 @@ export const SEPARATOR_ID = "separator";
export const NOTIFICATION_BAR_LIFESPAN_MS = 150000; // 150 seconds
export const AUTOFILL_OVERLAY_HANDLE_REPOSITION = "autofill-overlay-handle-reposition-event";
export const AutofillOverlayVisibility = {
Off: 0,
OnButtonClick: 1,