1
0
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:
Cesar Gonzalez 2024-06-11 16:12:35 -05:00
parent 4ea14070d1
commit 2134dc9954
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF

View File

@ -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;
}