mirror of https://github.com/node-red/node-red.git
Update debug sidebar to use RED.view.reveal to show debug nodes
parent
7ff9c2885d
commit
7ed9e7cdd4
|
@ -168,7 +168,7 @@
|
|||
msg.onclick = function() {
|
||||
var node = RED.nodes.node(o.id) || RED.nodes.node(o.z);
|
||||
if (node) {
|
||||
RED.workspaces.show(node.z);
|
||||
RED.view.reveal(node.id);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue