mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #3585 from Steve-Mcl/fix-flow-prop-tab
fix error initialising flow tab editor
This commit is contained in:
commit
851a925956
@ -19,7 +19,6 @@
|
|||||||
this.tabflowEditor = RED.editor.createEditor({
|
this.tabflowEditor = RED.editor.createEditor({
|
||||||
id: 'node-input-info',
|
id: 'node-input-info',
|
||||||
mode: 'ace/mode/markdown',
|
mode: 'ace/mode/markdown',
|
||||||
stateId: options.stateId,
|
|
||||||
value: ""
|
value: ""
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user