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:
parent
f87698438d
commit
88bc022e2a
@ -302,6 +302,7 @@ RED.sidebar.help = (function() {
|
|||||||
function set(html,title) {
|
function set(html,title) {
|
||||||
$(helpSection).empty();
|
$(helpSection).empty();
|
||||||
setInfoText(title,html,helpSection);
|
setInfoText(title,html,helpSection);
|
||||||
|
hideTOC();
|
||||||
show();
|
show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user