Skip to content

Commit 32f939a

Browse files
Fix shortcut keys being stuck in the event sheets when switching tab (#8249)
Fix #3222
1 parent bc0fc55 commit 32f939a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

newIDE/app/src/EventsSheet/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,6 +2033,7 @@ export class EventsSheetComponentWithoutHandle extends React.Component<
20332033
onKeyDown={this._keyboardShortcuts.onKeyDown}
20342034
onKeyUp={this._keyboardShortcuts.onKeyUp}
20352035
onDragOver={this._keyboardShortcuts.onDragOver}
2036+
onBlur={this._keyboardShortcuts.resetModifiers}
20362037
ref={this._containerDiv}
20372038
tabIndex={0}
20382039
>

0 commit comments

Comments
 (0)