Skip to content

Commit

Permalink
Merge pull request #1547 from ethereum/fileEditorEnhacment
Browse files Browse the repository at this point in the history
made vertical margin invisible
  • Loading branch information
yann300 authored Oct 9, 2018
2 parents d61ceea + 27ef60c commit 9b0bfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ function Editor (opts = {}, localRegistry) {

// Unmap ctrl-t & ctrl-f
editor.commands.bindKeys({ 'ctrl-t': null })

editor.setShowPrintMargin(false)
editor.resize(true)
}

Expand Down

0 comments on commit 9b0bfca

Please sign in to comment.