Skip to content

Commit

Permalink
Update codejar.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Apr 11, 2020
1 parent 04a0c2d commit 62138e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions codejar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ export function CodeJar(editor: HTMLElement, highlight: (e: HTMLElement) => void
})

on("keyup", event => {
if(event.isComposing) {
return
}
if(event.isComposing) return

debounceHighlight()
debounceRecordHistory(event)
Expand Down

0 comments on commit 62138e4

Please sign in to comment.