added setValue to some nodes

This commit is contained in:
tamat
2020-04-03 17:45:05 +02:00
parent 52b82f23ca
commit 2158aff0b0
9 changed files with 1147 additions and 811 deletions

View File

@@ -318,6 +318,7 @@ Editor.prototype.onDropItem = function(e)
//shows the left side panel with the node info
Editor.prototype.onShowNodePanel = function(node)
{
window.SELECTED_NODE = node;
var panel = document.querySelector("#node-panel");
if(panel)
panel.close();