Enable wrap mode in Markdown editor

pull/2283/head
Kazuhito Yokoi 2019-09-17 20:26:59 +09:00
parent 42c6487ff3
commit 8eb28555bc
1 changed files with 1 additions and 0 deletions

View File

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