1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +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
#unwarn
for (var cmd in gApp.mCommands.mCommandMap.Values)
cmd.mNext = null;
gApp.mCommands.mKeyMap.Clear();
for (let entry in mEntries)