Increase the time.

This commit is contained in:
Beingpax 2025-08-10 14:57:21 +05:45
parent 1ecb3dded9
commit 99e95bedf5

View File

@ -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 {