mirror of https://github.com/node-red/node-red.git
Merge pull request #3585 from Steve-Mcl/fix-flow-prop-tab
fix error initialising flow tab editorpull/3591/head
commit
851a925956
|
@ -19,7 +19,6 @@
|
|||
this.tabflowEditor = RED.editor.createEditor({
|
||||
id: 'node-input-info',
|
||||
mode: 'ace/mode/markdown',
|
||||
stateId: options.stateId,
|
||||
value: ""
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue