1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[PM-5189] Removing TODO message

This commit is contained in:
Cesar Gonzalez
2024-06-11 16:12:35 -05:00
parent 4ea14070d1
commit 2134dc9954

View File

@@ -123,7 +123,6 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ
*/ */
openInlineMenu(options: OpenAutofillInlineMenuOptions = {}) { openInlineMenu(options: OpenAutofillInlineMenuOptions = {}) {
const { isFocusingFieldElement, isOpeningFullInlineMenu, authStatus } = options; const { isFocusingFieldElement, isOpeningFullInlineMenu, authStatus } = options;
// TODO: It's likely that this method functions more cleanly from the scope of the background. Will address this in a future PR when time allows.
if (!this.mostRecentlyFocusedField) { if (!this.mostRecentlyFocusedField) {
return; return;
} }