Allow user to hit escape to leave select mode in walkthrough

This commit is contained in:
Bryan Housel
2017-03-31 15:04:54 -04:00
parent 140e457dee
commit d7728691d4
+1 -3
View File
@@ -301,9 +301,7 @@ export function modeSelect(context, selectedIDs) {
function esc() {
if (!context.inIntro()) {
context.enter(modeBrowse(context));
}
context.enter(modeBrowse(context));
}