Merge pull request #1547 from ethereum/fileEditorEnhacment

made vertical margin invisible
pull/1/head
yann300 6 years ago committed by GitHub
commit 9b0bfcafe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/editor/editor.js

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

Loading…
Cancel
Save