diff --git a/modules/ui/help.js b/modules/ui/help.js index 87eb0c8c4..da69f9403 100644 --- a/modules/ui/help.js +++ b/modules/ui/help.js @@ -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(); }