mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 13:15:13 +00:00
Fix monaco editor overflowing from container (partial)
This commit is contained in:
@ -37,17 +37,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--div (keyup)="setCodeState(CodeState.DIRTY); setDeployButtonState(DeployButtonState.TODEPLOY); resetAutoSaveCountdown()"
|
||||
ace-editor
|
||||
[(text)]="code"
|
||||
[mode]="language"
|
||||
[theme]="theme"
|
||||
[options]="options"
|
||||
class="tfw-ace-editor">
|
||||
</div-->
|
||||
|
||||
<ngx-monaco-editor [(ngModel)]="code"
|
||||
class="tfw-ace-editor"
|
||||
(keyup)="setCodeState(CodeState.DIRTY); setDeployButtonState(DeployButtonState.TODEPLOY); resetAutoSaveCountdown()"
|
||||
class="tfw-ide-editor"
|
||||
(keyup)="setCodeState(CodeState.DIRTY);
|
||||
setDeployButtonState(DeployButtonState.TODEPLOY);
|
||||
resetAutoSaveCountdown()"
|
||||
[options]="editorOptions"
|
||||
></ngx-monaco-editor>
|
||||
|
Reference in New Issue
Block a user