mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add JSONata expr tester and improved feedback
This commit is contained in:
@@ -350,7 +350,8 @@ RED.sidebar.info = (function() {
|
||||
// tips.stop();
|
||||
sections.show();
|
||||
nodeSection.container.hide();
|
||||
$(infoSection.content).html(html);
|
||||
var wrapped = $('<div class="node-help"></div>').html(html);
|
||||
$(infoSection.content).empty().append(wrapped);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user