mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 19:20:37 +08:00
运行脚本和新建代码片段支持引入变量
This commit is contained in:
@@ -187,7 +187,7 @@ export default {
|
||||
this.showComposer = true;
|
||||
break;
|
||||
case "insert-text":
|
||||
this.$refs.editor.repacleEditorSelection(data);
|
||||
this.$refs.editor.replaceEditorSelection(data);
|
||||
break;
|
||||
case "restore":
|
||||
this.restoreHistory(data);
|
||||
|
||||
Reference in New Issue
Block a user