From d17bfce170993be165514af089bd36dc52fdc7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 2 Mar 2018 11:13:45 +0100 Subject: [PATCH] Remove unnecessary zone hack attempt --- src/app/webide/webide.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/webide/webide.component.ts b/src/app/webide/webide.component.ts index a0d76bd..135396d 100644 --- a/src/app/webide/webide.component.ts +++ b/src/app/webide/webide.component.ts @@ -89,7 +89,7 @@ export class WebideComponent implements OnInit { } setButtonStateDirty() { - setTimeout(() => {this.saveButtonState = 'DIRTY'; }, 0); + this.saveButtonState = 'DIRTY'; } sendCode() {