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

fix error initialising flow tab editor

fixes #3577
This commit is contained in:
Steve-Mcl 2022-05-04 15:16:35 +01:00
parent 55ecc7a92c
commit bf8bfa582a

View File

@ -19,7 +19,6 @@
this.tabflowEditor = RED.editor.createEditor({
id: 'node-input-info',
mode: 'ace/mode/markdown',
stateId: options.stateId,
value: ""
});