Skip to content

Commit

Permalink
fix: show only part of long content in markdown editor (ref #68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuwoo.choi committed Feb 5, 2018
1 parent 5c86b60 commit 9e1549b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/editor.js
Expand Up @@ -148,12 +148,12 @@ class ToastUIEditor {

this.changeMode(this.options.initialEditType, true);

this.setValue(this.options.initialValue, false);

this.minHeight(this.options.minHeight);

this.height(this.options.height);

this.setValue(this.options.initialValue, false);

extManager.applyExtension(this, this.options.exts);

this.eventManager.emit('load', this);
Expand Down

0 comments on commit 9e1549b

Please sign in to comment.