mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-23 10:39:53 +08:00
修复macos输出到活动窗口的bug
This commit is contained in:
@@ -115,7 +115,9 @@ getSelectText = () => {
|
||||
clipboard.writeText('');
|
||||
copy();
|
||||
var selectText = clipboard.readText()
|
||||
restoreClip(historyData)
|
||||
setTimeout(() => {
|
||||
restoreClip(historyData)
|
||||
}, 500);
|
||||
return selectText
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user