Commit 442ccff
committed
[wrap-text] Fix clipboard race condition after paste
Add 200ms delay between Clipboard.paste() and restoring previous
clipboard content. Without the delay, the clipboard is restored before
the target app processes the Cmd+V keystroke, causing wrong content
to be pasted. Regression from #25993.
Fixes #265791 parent 81d5254 commit 442ccff
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments