Skip to content

Commit

Permalink
Fix exit preview size #165
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay committed Apr 22, 2015
1 parent 67d6105 commit f94a8d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/bootstrap-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@
} else {
$editor.removeClass('md-fullscreen-mode');
$('body').removeClass('md-nooverflow');

if (this.$isPreview == true) this.hidePreview().showPreview()
}

this.$isFullscreen = mode;
Expand Down

0 comments on commit f94a8d5

Please sign in to comment.