[help-sidebar] hide toc when directly setting content

This commit is contained in:
Nick O'Leary
2020-05-11 09:00:12 +01:00
parent f87698438d
commit 88bc022e2a

View File

@@ -302,6 +302,7 @@ RED.sidebar.help = (function() {
function set(html,title) {
$(helpSection).empty();
setInfoText(title,html,helpSection);
hideTOC();
show();
}