mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 09:02:55 +00:00 
			
		
		
		
	Append missing = sign
This commit is contained in:
		@@ -82,7 +82,7 @@ export class WebideComponent implements OnInit {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  readHandler(data: SourceCode) {
 | 
					  readHandler(data: SourceCode) {
 | 
				
			||||||
    if (this.codeState == 'SAVED') {
 | 
					    if (this.codeState === 'SAVED') {
 | 
				
			||||||
      this.updateFileData(data);
 | 
					      this.updateFileData(data);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user