We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe37107 commit f079003Copy full SHA for f079003
lib/codeit.js
@@ -391,7 +391,7 @@ class CodeitElement extends HTMLElement {
391
392
cd.on('paste cut', () => { cd.dispatchEvent(typeEvent) });
393
394
- cd.on('keydown mousedown mouseup touchstart touchend focus blur',
+ cd.on('type mousedown mouseup touchstart touchend focus blur',
395
() => { onNextFrame(checkCaretPosEvent) }, false);
396
397
0 commit comments