mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-23 02:33:33 +08:00
修复macos输出到活动窗口的bug
This commit is contained in:
@@ -98,7 +98,9 @@ function runCmd(cmd, option, codec, output) {
|
||||
var historyData = storeClip();
|
||||
copyTo(stdout);
|
||||
paste();
|
||||
restoreClip(historyData);
|
||||
setTimeout(() => {
|
||||
restoreClip(historyData);
|
||||
}, 500);
|
||||
break;
|
||||
case "notice":
|
||||
// 发送系统通知
|
||||
|
||||
Reference in New Issue
Block a user