Updated editor height; visualized which is active

This commit is contained in:
2025-06-11 23:02:45 -05:00
parent 71d3dc2573
commit dbbc6deaae
8 changed files with 30 additions and 12 deletions

View File

@@ -35,6 +35,10 @@ export class AceEditorComponent extends AceEditorBase {
public ngAfterViewInit(): void {
if (this.isDefault) {
this.addActiveStyling();
}
this.loadAce();
}