Skip to content

Commit

Permalink
fix(stage): 页面失焦时将alt键按下状态重置
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Jul 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b249563 commit 96224b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stage/src/ActionManager.ts
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 96224b4

Please sign in to comment.