1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove print margin from library editor

This commit is contained in:
Kazuhito Yokoi 2019-09-13 14:43:13 +09:00
parent a4d48077ba
commit 1b2e442513

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);
}