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:
@@ -123,7 +123,6 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ
|
||||
*/
|
||||
openInlineMenu(options: OpenAutofillInlineMenuOptions = {}) {
|
||||
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) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user