mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-27 21:05:12 +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