mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:12: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"
 | 
			
		||||
                   class="tfw-ide-editor"
 | 
			
		||||
                   (keyup)="editorWriteHandler()"
 | 
			
		||||
                   (keydown)="editorWriteHandler()"
 | 
			
		||||
                   [options]="editorOptions"
 | 
			
		||||
></ngx-monaco-editor>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user