1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

remove comment

This commit is contained in:
jaasen-livefront
2025-02-07 12:47:48 -08:00
parent 935bdde2b3
commit bc49346c95

View File

@@ -278,8 +278,7 @@ export class VaultPopupAutofillService {
}
// Slight delay to fix bug in Chromium browsers where popup closes without copying totp to clipboard
// requestAnimationFrame(() => BrowserApi.closePopup(window));
setTimeout(() => BrowserApi.closePopup(window), 50);
requestAnimationFrame(() => BrowserApi.closePopup(window));
}
/**