mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-28 23:24:14 +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