zhangyu 4 gadi atpakaļ
vecāks
revīzija
bbbd7fbb5e
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/components/baseEditer.vue

+ 2 - 2
src/components/baseEditer.vue

@@ -108,12 +108,12 @@ export default {
       if (e && e.key == "Control") {
         // 按 ctrl
         that.scene.isDownCtrl = false;
-        that.scene.setCmd = "choice";
+        // that.scene.setCmd = "choice";
       }
       if (e && e.key == "Meta" && isMac) {
         // 如果为苹果键
         that.scene.isDownCtrl = false;
-        that.scene.setCmd = "choice";
+        // that.scene.setCmd = "choice";
       }
     };
     // 监听粘贴事件