mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
vlipboard clear timeout is 30 sec
This commit is contained in:
parent
808437ab06
commit
8aa2f0fb18
@ -48,7 +48,7 @@ export class SystemService implements SystemServiceAbstraction {
|
||||
}
|
||||
}
|
||||
|
||||
clearClipboard(clipboardValue: string, timeoutMs = 5000): void {
|
||||
clearClipboard(clipboardValue: string, timeoutMs = 30000): void {
|
||||
if (this.clearClipboardTimeout != null) {
|
||||
clearTimeout(this.clearClipboardTimeout);
|
||||
this.clearClipboardTimeout = null;
|
||||
|
Loading…
Reference in New Issue
Block a user