1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #2356 from node-red-hitachi/fix-jsonata-help-display

Make JSONata help initially shown
This commit is contained in:
Nick O'Leary 2019-11-01 23:27:01 +00:00 committed by GitHub
commit d94b20a908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,6 +207,7 @@
}
expressionEditor.getSession().setValue(v||"",-1);
});
funcSelect.change();
var tabs = RED.tabs.create({
element: $("#red-ui-editor-type-expression-tabs"),