mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 17:55:13 +00:00
Move handling textChanged to separate macrotask
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div (textChanged)="saveButtonState = 'DIRTY'"
|
||||
<div (textChanged)="setButtonStateDirty()"
|
||||
ace-editor
|
||||
[(text)]="code"
|
||||
[(mode)]="language"
|
||||
|
Reference in New Issue
Block a user