mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +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) {
|
||||
this.isMultiSelectStatus = false;
|
||||
}
|
||||
this.isAltKeydown = false;
|
||||
});
|
||||
KeyController.global.keyup(ctrl, (e) => {
|
||||
e.inputEvent.preventDefault();
|
||||
|
Loading…
x
Reference in New Issue
Block a user