mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-25 21:51:30 +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 = {}) {
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user