Merge pull request #3585 from Steve-Mcl/fix-flow-prop-tab

fix error initialising flow tab editor
This commit is contained in:
Stephen McLaughlin
2022-05-05 08:25:15 +01:00
committed by GitHub

View File

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