Skip to content

Commit f079003

Browse files
committed
Update codeit.js
1 parent fe37107 commit f079003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/codeit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class CodeitElement extends HTMLElement {
391391

392392
cd.on('paste cut', () => { cd.dispatchEvent(typeEvent) });
393393

394-
cd.on('keydown mousedown mouseup touchstart touchend focus blur',
394+
cd.on('type mousedown mouseup touchstart touchend focus blur',
395395
() => { onNextFrame(checkCaretPosEvent) }, false);
396396

397397

0 commit comments

Comments
 (0)