mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
remove comment
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user