Fix error upon starting the walkthrough from the Help pane

This commit is contained in:
Quincy Morgan
2019-05-10 12:34:24 -04:00
parent 36a564f453
commit ea1773f953

View File

@@ -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();
}