You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#535: Map key bind interferes with race editor help (#573)
Added onClientResourceStart and onClientResourceStop event handlers to
listen on the root element.
When both the editor resource, and the race resource are active, it
unbinds toggleMap from F2
When the editor resource is active, and you stop the race resource, it
binds toggleMap back to F2.
Since the help menu in Race is only active when the editor is active,
this should really be the only time it should either bind or unbind the
toggleMap.
0 commit comments