1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[PM-5697] Capture all form data from page when selecting "New item" within the inline menu even if popout is already open (#7773)

* [PM-5679] Capture all form data from page when selecting "New item" even if popout is already open

* [PM-5679] Capture all form data from page when selecting "New item" even if popout is already open

* [PM-5697] Fixing floating promise within the handleExtensionMessage method
This commit is contained in:
Cesar Gonzalez
2024-02-23 12:27:25 -06:00
committed by GitHub
parent 8ab4eecc8a
commit 38e40a0471
4 changed files with 19 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ export class AddEditComponent implements OnInit, OnDestroy {
protected messagingService: MessagingService,
protected eventCollectionService: EventCollectionService,
protected policyService: PolicyService,
private logService: LogService,
protected logService: LogService,
protected passwordRepromptService: PasswordRepromptService,
private organizationService: OrganizationService,
protected sendApiService: SendApiService,