Fix empty codemirror after thumbnail creation

This commit is contained in:
yflory 2017-11-20 14:17:29 +01:00
parent 7441a68fb9
commit 80803ad076
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ define([
} }
$(el).parents().css('overflow', ''); $(el).parents().css('overflow', '');
$(el).css('max-height', ''); $(el).css('max-height', '');
editor.refresh();
} }
} }
}, waitFor(function (fw) { framework = fw; })); }, waitFor(function (fw) { framework = fw; }));