mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-29 20:32:44 +08:00
插入特殊变量默认使用双引号
This commit is contained in:
parent
867835b78e
commit
d65943fa84
@ -463,7 +463,7 @@ export default {
|
|||||||
},
|
},
|
||||||
insertSpecialVar(text) {
|
insertSpecialVar(text) {
|
||||||
if (!text) return;
|
if (!text) return;
|
||||||
this.$parent.$refs.editor.repacleEditorSelection(`'${text}'`);
|
this.$parent.$refs.editor.repacleEditorSelection(`"${text}"`);
|
||||||
},
|
},
|
||||||
showMainPushHelp() {
|
showMainPushHelp() {
|
||||||
window.showUb.help("#u0e9f1430");
|
window.showUb.help("#u0e9f1430");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user