Click on id in debug panel highlights node or flow

This commit is contained in:
Ralph Wetzel
2023-11-18 21:03:13 +01:00
parent 5b5b06cc06
commit ea483218ea
2 changed files with 15 additions and 1 deletions

View File

@@ -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);