1
0
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:
Kazuhito Yokoi 2019-09-17 20:26:59 +09:00
parent 42c6487ff3
commit 8eb28555bc

View File

@ -2503,6 +2503,7 @@ RED.editor = (function() {
content: RED._("markdownEditor.format"),
autoClose: 50
});
session.setUseWrapMode(true);
}
return editor;
}