Skip to content

Commit

Permalink
feat: dispatch a Change event when inserting blocks in tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Sep 30, 2024
1 parent 1b1334a commit 2e0de83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default class UmbTinyMceMultiUrlPickerPlugin extends UmbTinyMcePluginBase

editor.selection.setContent(blockEl);
editor.setDirty(true);
editor.dispatch('Change');
});
}
}

0 comments on commit 2e0de83

Please sign in to comment.