Fix empty codemirror after thumbnail creation

This commit is contained in:
yflory
2017-11-20 14:17:29 +01:00
parent 7441a68fb9
commit 80803ad076

View File

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