Increase the time.
This commit is contained in:
parent
1ecb3dded9
commit
99e95bedf5
@ -27,7 +27,7 @@ class CursorPaster {
|
||||
pasteUsingCommandV()
|
||||
}
|
||||
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) {
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.6) {
|
||||
if !savedContents.isEmpty {
|
||||
pasteboard.clearContents()
|
||||
for (type, data) in savedContents {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user