Merge pull request #4439 from ralphwetzel/dev_link

Click on id in debug panel highlights node or flow
This commit is contained in:
Nick O'Leary
2024-03-07 16:27:15 +00:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

View File

@@ -512,7 +512,8 @@ RED.debug = (function() {
hideKey: false,
path: path,
sourceId: sourceNode&&sourceNode.id,
rootPath: path
rootPath: path,
nodeSelector: config.messageSourceClick,
});
// Do this in a separate step so the element functions aren't stripped
debugMessage.appendTo(el);