Allow ACE resizing with different theme

Fixes CODEOCEAN-6E
This commit is contained in:
Sebastian Serth
2021-12-14 23:17:55 +01:00
parent 5189ec8249
commit e84276e1f5

View File

@ -171,7 +171,7 @@ var CodeOceanEditor = {
this.active_frame = frame;
frame.show();
this.resizeParentOfAceEditor(frame.find('.ace_editor.ace-tm'));
this.resizeParentOfAceEditor(frame.find('.ace_editor'));
},
getProgressBarClass: function (percentage) {