Browse Source

'bug處理'

zhangyu 4 years ago
parent
commit
bbbd7fbb5e
1 changed files with 2 additions and 2 deletions
  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";
       }
     };
     // 监听粘贴事件