mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Fixed lockup with conflicting key bindings
This commit is contained in:
parent
ae06346357
commit
077ebe2659
1 changed files with 2 additions and 0 deletions
|
@ -760,6 +760,8 @@ namespace IDE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#unwarn
|
#unwarn
|
||||||
|
for (var cmd in gApp.mCommands.mCommandMap.Values)
|
||||||
|
cmd.mNext = null;
|
||||||
gApp.mCommands.mKeyMap.Clear();
|
gApp.mCommands.mKeyMap.Clear();
|
||||||
|
|
||||||
for (let entry in mEntries)
|
for (let entry in mEntries)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue