Skip to content

Commit 2e0de83

Browse files
committed
feat: dispatch a Change event when inserting blocks in tiny
1 parent 1b1334a commit 2e0de83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/rte/tiny-mce/plugins/tiny-mce-block-picker.plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export default class UmbTinyMceMultiUrlPickerPlugin extends UmbTinyMcePluginBase
116116

117117
editor.selection.setContent(blockEl);
118118
editor.setDirty(true);
119+
editor.dispatch('Change');
119120
});
120121
}
121122
}

0 commit comments

Comments
 (0)