Ensure sidebar panes are hidden, not removed on change

This commit is contained in:
Nick O'Leary
2015-07-03 11:17:27 +01:00
parent 6359b90352
commit 8782bc5896
2 changed files with 3 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ RED.sidebar.info = (function() {
//table += '<div class="node-help">'+(typeof info === "function" ? info.call(node) : info)+'</div>';
}
$("#tab-info").html(table);
$(content).html(table);
$(".node-info-property-header").click(function(e) {
var icon = $(this).find("i");