mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Allow user to hit escape to leave select mode in walkthrough
This commit is contained in:
@@ -301,9 +301,7 @@ export function modeSelect(context, selectedIDs) {
|
||||
|
||||
|
||||
function esc() {
|
||||
if (!context.inIntro()) {
|
||||
context.enter(modeBrowse(context));
|
||||
}
|
||||
context.enter(modeBrowse(context));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user