Merge pull request #1547 from ethereum/fileEditorEnhacment

made vertical margin invisible
pull/3094/head
yann300 6 years ago committed by GitHub
commit 514a6366d3
  1. 2
      src/app/editor/editor.js

@ -297,7 +297,7 @@ function Editor (opts = {}, localRegistry) {
// Unmap ctrl-t & ctrl-f // Unmap ctrl-t & ctrl-f
editor.commands.bindKeys({ 'ctrl-t': null }) editor.commands.bindKeys({ 'ctrl-t': null })
editor.setShowPrintMargin(false)
editor.resize(true) editor.resize(true)
} }

Loading…
Cancel
Save