Fix empty codemirror after thumbnail creation

pull/1/head
yflory 7 years ago
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…
Cancel
Save