mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 11:52:54 +00:00 
			
		
		
		
	Fix syntax highlighting error
This commit is contained in:
		@@ -94,6 +94,7 @@ export class IdeComponent implements OnInit {
 | 
			
		||||
      }
 | 
			
		||||
      this.code = (message.content != null) ? message.content : this.code;
 | 
			
		||||
      this.files = message.files;
 | 
			
		||||
      this.autoDetectEditorLanguage(this.filename);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@@ -141,7 +142,6 @@ export class IdeComponent implements OnInit {
 | 
			
		||||
    }
 | 
			
		||||
    this.filename = file;
 | 
			
		||||
    this.requestCode();
 | 
			
		||||
    this.autoDetectEditorLanguage(this.filename);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  editorWriteHandler() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user