zhangyu %!s(int64=4) %!d(string=hai) anos
pai
achega
bbbd7fbb5e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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";
       }
     };
     // 监听粘贴事件