Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
vlipboard clear timeout is 30 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Feb 27, 2019
1 parent 808437a commit 8aa2f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/system.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8aa2f0f

Please sign in to comment.