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:
parent
a4d48077ba
commit
1b2e442513
@ -243,6 +243,7 @@ RED.library = (function() {
|
|||||||
useWorker: false
|
useWorker: false
|
||||||
});
|
});
|
||||||
libraryEditor.setTheme("ace/theme/tomorrow");
|
libraryEditor.setTheme("ace/theme/tomorrow");
|
||||||
|
libraryEditor.setShowPrintMargin(false);
|
||||||
if (options.mode) {
|
if (options.mode) {
|
||||||
libraryEditor.getSession().setMode(options.mode);
|
libraryEditor.getSession().setMode(options.mode);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user