|
@@ -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";
|
|
|
}
|
|
|
};
|
|
|
// 监听粘贴事件
|