We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e0eb4 commit 02fd876Copy full SHA for 02fd876
src/editor/defaultConfig.ts
@@ -29,6 +29,7 @@ const defaultConfig: EditorConfig = {
29
onImageUpload: undefined,
30
onCustomImageUpload: undefined,
31
shortcuts: true,
32
+ onChangeTrigger: 'both',
33
};
34
35
export default defaultConfig;
0 commit comments