Fix empty codemirror after thumbnail creation
parent
7441a68fb9
commit
80803ad076
|
@ -359,6 +359,7 @@ define([
|
|||
}
|
||||
$(el).parents().css('overflow', '');
|
||||
$(el).css('max-height', '');
|
||||
editor.refresh();
|
||||
}
|
||||
}
|
||||
}, waitFor(function (fw) { framework = fw; }));
|
||||
|
|
Loading…
Reference in New Issue