mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 04:25:11 +00:00
Remove unnecessary zone hack attempt
This commit is contained in:
@ -89,7 +89,7 @@ export class WebideComponent implements OnInit {
|
||||
}
|
||||
|
||||
setButtonStateDirty() {
|
||||
setTimeout(() => {this.saveButtonState = 'DIRTY'; }, 0);
|
||||
this.saveButtonState = 'DIRTY';
|
||||
}
|
||||
|
||||
sendCode() {
|
||||
|
Reference in New Issue
Block a user