mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
context menus background
This commit is contained in:
@@ -104,7 +104,11 @@ export default class RuntimeBackground {
|
||||
break;
|
||||
case 'contextMenu':
|
||||
clearTimeout(this.autofillTimeout);
|
||||
this.pageDetailsToAutoFill.push({ frameId: sender.frameId, tab: msg.tab, details: msg.details });
|
||||
this.pageDetailsToAutoFill.push({
|
||||
frameId: sender.frameId,
|
||||
tab: msg.tab,
|
||||
details: msg.details,
|
||||
});
|
||||
this.autofillTimeout = setTimeout(async () => await this.autofillPage(), 300);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user