Skip to content

Commit 6895749

Browse files
committed
Remove editor margin
1 parent dab9d6e commit 6895749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/arduino/components/editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class AceEditor extends Component {
1212

1313
load(element) {
1414
this.editor = ace.edit("editor")
15+
this.editor.setShowPrintMargin(false)
1516
this.editor.setFontSize(14)
1617
this.editor.setTheme("ace/theme/github")
1718
this.editor.session.setMode("ace/mode/python")

0 commit comments

Comments
 (0)