1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

[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

View File

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