Merge pull request #3294 from bugron/fix/11-lines
fixes 'only 11 lines' issue
This commit is contained in:
@ -794,6 +794,8 @@ $(document).ready(function() {
|
||||
allSeeds;
|
||||
|
||||
myCodeMirror.setValue(replaceSafeTags(editorValue));
|
||||
myCodeMirror.refresh();
|
||||
|
||||
if (typeof $preview.html() !== 'undefined') {
|
||||
$preview.load(function() {
|
||||
if (initPreview) {
|
||||
|
Reference in New Issue
Block a user