zhangyu 4 vuotta sitten
vanhempi
commit
bbbd7fbb5e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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";
       }
     };
     // 监听粘贴事件