Remove unnecessary zone hack attempt

This commit is contained in:
Kristóf Tóth 2018-03-02 11:13:45 +01:00
parent 685b9755b9
commit d17bfce170

View File

@ -89,7 +89,7 @@ export class WebideComponent implements OnInit {
}
setButtonStateDirty() {
setTimeout(() => {this.saveButtonState = 'DIRTY'; }, 0);
this.saveButtonState = 'DIRTY';
}
sendCode() {