1
0
Fork 0
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:
Brian Fiete 2020-09-28 05:24:42 -07:00
parent ae06346357
commit 077ebe2659

View file

@ -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)