mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 17:43:39 +00:00
Fix error upon starting the walkthrough from the Help pane
This commit is contained in:
@@ -366,7 +366,7 @@ export function uiHelp(context) {
|
||||
function clickWalkthrough() {
|
||||
if (context.inIntro()) return;
|
||||
context.container().call(uiIntro(context));
|
||||
uiHelp.setVisible(false);
|
||||
context.ui().togglePanes();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user