mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Enable wrap mode in Markdown editor
This commit is contained in:
parent
42c6487ff3
commit
8eb28555bc
@ -2503,6 +2503,7 @@ RED.editor = (function() {
|
||||
content: RED._("markdownEditor.format"),
|
||||
autoClose: 50
|
||||
});
|
||||
session.setUseWrapMode(true);
|
||||
}
|
||||
return editor;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user