From d65943fa8468d822bb21178e2e999a3a9f556bd6 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 25 Feb 2024 12:55:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E5=85=A5=E7=89=B9=E6=AE=8A=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8=E5=8F=8C=E5=BC=95?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandSideBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");