mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 23:41:55 +00:00
Remove unnecessary zone hack attempt
This commit is contained in:
parent
685b9755b9
commit
d17bfce170
@ -89,7 +89,7 @@ export class WebideComponent implements OnInit {
|
||||
}
|
||||
|
||||
setButtonStateDirty() {
|
||||
setTimeout(() => {this.saveButtonState = 'DIRTY'; }, 0);
|
||||
this.saveButtonState = 'DIRTY';
|
||||
}
|
||||
|
||||
sendCode() {
|
||||
|
Loading…
Reference in New Issue
Block a user