mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 13:05:12 +00:00
Replace ACE with monaco – with lots of UI issues
This commit is contained in:
@ -37,11 +37,17 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div (keyup)="setCodeState(CodeState.DIRTY); setDeployButtonState(DeployButtonState.TODEPLOY); resetAutoSaveCountdown()"
|
||||
<!--div (keyup)="setCodeState(CodeState.DIRTY); setDeployButtonState(DeployButtonState.TODEPLOY); resetAutoSaveCountdown()"
|
||||
ace-editor
|
||||
[(text)]="code"
|
||||
[mode]="language"
|
||||
[theme]="theme"
|
||||
[options]="options"
|
||||
class="tfw-ace-editor">
|
||||
</div>
|
||||
</div-->
|
||||
|
||||
<ngx-monaco-editor [(ngModel)]="code"
|
||||
class="tfw-ace-editor"
|
||||
(keyup)="setCodeState(CodeState.DIRTY); setDeployButtonState(DeployButtonState.TODEPLOY); resetAutoSaveCountdown()"
|
||||
[options]="editorOptions"
|
||||
></ngx-monaco-editor>
|
||||
|
Reference in New Issue
Block a user