Skip to content

Commit b4007a3

Browse files
committed
INT-3226: fix as per review
1 parent d77285b commit b4007a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/ts/components/Editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getTinymce } from '../TinyMCE';
66
import { configHandlers, isBeforeInputEventAvailable, isFunction, isInDoc, isTextareaOrInput, mergePlugins, setMode, uuid } from '../Utils';
77
import { EditorPropTypes, IEditorPropTypes } from './EditorPropTypes';
88

9-
const changeEvents = 'change input compositionend setcontent CommentChange';
9+
const changeEvents = 'change keyup compositionend setcontent CommentChange';
1010

1111
type OmitStringIndexSignature<T> = { [K in keyof T as string extends K ? never : K]: T[K] };
1212

0 commit comments

Comments
 (0)