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