Adjust clipboard restoration delay to 600ms
This commit is contained in:
parent
2a9ead63de
commit
99dfb74490
@ -2,7 +2,7 @@ import Foundation
|
||||
import AppKit
|
||||
|
||||
class CursorPaster {
|
||||
private static let pasteCompletionDelay: TimeInterval = 0.3
|
||||
private static let pasteCompletionDelay: TimeInterval = 0.6
|
||||
|
||||
static func pasteAtCursor(_ text: String, shouldPreserveClipboard: Bool = true) {
|
||||
let pasteboard = NSPasteboard.general
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user