Remove print margin from library editor

pull/2283/head
Kazuhito Yokoi 2019-09-13 14:43:13 +09:00
parent a4d48077ba
commit 1b2e442513
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ RED.library = (function() {
useWorker: false
});
libraryEditor.setTheme("ace/theme/tomorrow");
libraryEditor.setShowPrintMargin(false);
if (options.mode) {
libraryEditor.getSession().setMode(options.mode);
}