mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 05:41:56 +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() {
|
setButtonStateDirty() {
|
||||||
setTimeout(() => {this.saveButtonState = 'DIRTY'; }, 0);
|
this.saveButtonState = 'DIRTY';
|
||||||
}
|
}
|
||||||
|
|
||||||
sendCode() {
|
sendCode() {
|
||||||
|
Loading…
Reference in New Issue
Block a user