From 99e95bedf54191341d602ace4e156d3b8f50bfc7 Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sun, 10 Aug 2025 14:57:21 +0545 Subject: [PATCH] Increase the time. --- VoiceInk/CursorPaster.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/CursorPaster.swift b/VoiceInk/CursorPaster.swift index bd754eb..cbfd2c6 100644 --- a/VoiceInk/CursorPaster.swift +++ b/VoiceInk/CursorPaster.swift @@ -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 {