Fix minor issues

This commit is contained in:
balazs
2019-01-23 11:57:26 +01:00
parent dbb8c0a04d
commit 42ca6d7c0d
2 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,6 @@
<ngx-monaco-editor [(ngModel)]="code"
class="tfw-ide-editor"
(keyup)="editorWriteHanlder()"
(ngModelChange)="editorWriteHanlder()"
[options]="editorOptions"
></ngx-monaco-editor>