mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Click on id in debug panel highlights node or flow
This commit is contained in:
@@ -642,7 +642,8 @@ RED.debug = (function() {
|
||||
hideKey: false,
|
||||
path: path,
|
||||
sourceId: sourceNode&&sourceNode.id,
|
||||
rootPath: path
|
||||
rootPath: path,
|
||||
node_selector: config.messageSourceClick,
|
||||
});
|
||||
// Do this in a separate step so the element functions aren't stripped
|
||||
debugMessage.appendTo(el);
|
||||
|
Reference in New Issue
Block a user