[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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

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