mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 05:32:55 +00:00 
			
		
		
		
	Call editor writehandler on keydown instead of keyup
This commit is contained in:
		@@ -36,6 +36,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<ngx-monaco-editor [(ngModel)]="code"
 | 
					<ngx-monaco-editor [(ngModel)]="code"
 | 
				
			||||||
                   class="tfw-ide-editor"
 | 
					                   class="tfw-ide-editor"
 | 
				
			||||||
                   (keyup)="editorWriteHandler()"
 | 
					                   (keydown)="editorWriteHandler()"
 | 
				
			||||||
                   [options]="editorOptions"
 | 
					                   [options]="editorOptions"
 | 
				
			||||||
></ngx-monaco-editor>
 | 
					></ngx-monaco-editor>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user