Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/support-4.4' into support-4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jan 26, 2022
2 parents f2f5180 + f1a765f commit e059542
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ function initEditor(textAreaId, readonly, resize, height, minHeight, mode) {
});

//add editor to global map, so we can find it later
if ($.aceEditors === undefined) {
$.aceEditors = {}
}
$.aceEditors[editorId] = editor;

//todo handle readonly for text area [lazyman] add "disabled" class to .ace_scroller
Expand Down

0 comments on commit e059542

Please sign in to comment.