Allow ACE resizing with different theme
Fixes CODEOCEAN-6E
This commit is contained in:
@ -171,7 +171,7 @@ var CodeOceanEditor = {
|
|||||||
|
|
||||||
this.active_frame = frame;
|
this.active_frame = frame;
|
||||||
frame.show();
|
frame.show();
|
||||||
this.resizeParentOfAceEditor(frame.find('.ace_editor.ace-tm'));
|
this.resizeParentOfAceEditor(frame.find('.ace_editor'));
|
||||||
},
|
},
|
||||||
|
|
||||||
getProgressBarClass: function (percentage) {
|
getProgressBarClass: function (percentage) {
|
||||||
|
Reference in New Issue
Block a user