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 d77285b commit b4007a3Copy full SHA for b4007a3
src/main/ts/components/Editor.tsx
@@ -6,7 +6,7 @@ import { getTinymce } from '../TinyMCE';
6
import { configHandlers, isBeforeInputEventAvailable, isFunction, isInDoc, isTextareaOrInput, mergePlugins, setMode, uuid } from '../Utils';
7
import { EditorPropTypes, IEditorPropTypes } from './EditorPropTypes';
8
9
-const changeEvents = 'change input compositionend setcontent CommentChange';
+const changeEvents = 'change keyup compositionend setcontent CommentChange';
10
11
type OmitStringIndexSignature<T> = { [K in keyof T as string extends K ? never : K]: T[K] };
12
0 commit comments