removed vertical margin

pull/1/head
LianaHus 6 years ago
parent 73ee9443d1
commit 27ef60cad6
  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