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;
|
allSeeds;
|
||||||
|
|
||||||
myCodeMirror.setValue(replaceSafeTags(editorValue));
|
myCodeMirror.setValue(replaceSafeTags(editorValue));
|
||||||
|
myCodeMirror.refresh();
|
||||||
|
|
||||||
if (typeof $preview.html() !== 'undefined') {
|
if (typeof $preview.html() !== 'undefined') {
|
||||||
$preview.load(function() {
|
$preview.load(function() {
|
||||||
if (initPreview) {
|
if (initPreview) {
|
||||||
|
Reference in New Issue
Block a user