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

make JSONata help initially shown

This commit is contained in:
Hiroyasu Nishiyama 2019-10-29 10:24:15 +09:00
parent 3a1d0f3695
commit 07061928df

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"),