mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-24 21:41:33 +01:00
[PM-5189] Removing TODO message
This commit is contained in:
parent
4ea14070d1
commit
2134dc9954
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user