diff --git a/src/components/CommandSideBar.vue b/src/components/CommandSideBar.vue index bf489bd..c70fffc 100644 --- a/src/components/CommandSideBar.vue +++ b/src/components/CommandSideBar.vue @@ -463,7 +463,7 @@ export default { }, insertSpecialVar(text) { if (!text) return; - this.$parent.$refs.editor.repacleEditorSelection(`'${text}'`); + this.$parent.$refs.editor.repacleEditorSelection(`"${text}"`); }, showMainPushHelp() { window.showUb.help("#u0e9f1430");