1
0
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:
Stephen McLaughlin 2022-05-05 08:25:15 +01:00 committed by GitHub
commit 851a925956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: ""
}); });