mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(stage): 页面失焦时将alt键按下状态重置
This commit is contained in:
parent
b249563f94
commit
96224b4d92
@ -567,6 +567,7 @@ export default class ActionManager extends EventEmitter {
|
|||||||
if (!this.disabledMultiSelect) {
|
if (!this.disabledMultiSelect) {
|
||||||
this.isMultiSelectStatus = false;
|
this.isMultiSelectStatus = false;
|
||||||
}
|
}
|
||||||
|
this.isAltKeydown = false;
|
||||||
});
|
});
|
||||||
KeyController.global.keyup(ctrl, (e) => {
|
KeyController.global.keyup(ctrl, (e) => {
|
||||||
e.inputEvent.preventDefault();
|
e.inputEvent.preventDefault();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user