1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-8833] Implement on page autofill menu for password generation (#11114)

This commit is contained in:
Cesar Gonzalez
2024-10-24 13:20:00 -05:00
committed by GitHub
parent 9264e6775c
commit da1e508c25
62 changed files with 3848 additions and 1635 deletions

View File

@@ -24,6 +24,7 @@ export const EVENTS = {
MOUSEENTER: "mouseenter",
MOUSELEAVE: "mouseleave",
MOUSEUP: "mouseup",
MOUSEOUT: "mouseout",
SUBMIT: "submit",
} as const;