Change event triggering 'DIRTY' webide state

This commit is contained in:
Kristóf Tóth 2018-03-02 11:31:47 +01:00
parent 7ec5a75bef
commit 2cc5f12f6c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</button>
</div>
<div (textChanged)="setButtonStateDirty()"
<div (keypress)="setButtonStateDirty()"
ace-editor
[(text)]="code"
[mode]="language"