Skip to content

Commit f94a8d5

Browse files
committed
Fix exit preview size #165
1 parent 67d6105 commit f94a8d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

js/bootstrap-markdown.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@
219219
} else {
220220
$editor.removeClass('md-fullscreen-mode');
221221
$('body').removeClass('md-nooverflow');
222+
223+
if (this.$isPreview == true) this.hidePreview().showPreview()
222224
}
223225

224226
this.$isFullscreen = mode;

0 commit comments

Comments
 (0)