Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaroldi committed Feb 6, 2025
1 parent d1bb7aa commit 2008bc9
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ export const formatContentModel: FormatContentModel = (
options,
domToModelOptions
) => {
const {
onNodeCreated,
getChangeData,
rawEvent,
selectionOverride,
scrollCaretIntoView: scroll,
} = options || {};
const { onNodeCreated, rawEvent, selectionOverride, scrollCaretIntoView: scroll } =
options || {};
const model = core.api.createContentModel(core, domToModelOptions, selectionOverride);
const context: FormatContentModelContext = {
newEntities: [],
Expand Down

0 comments on commit 2008bc9

Please sign in to comment.