Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
Palanikannan1437 committed Jan 6, 2025
1 parent 97f3028 commit 151dc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/core/extensions/extensions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const CoreEditorExtensions = (args: TArguments): Extensions => {
},
}),
ListItem.extend({
adddInputRules() {
addInputRules() {
return [];
},
}).configure({
Expand Down

0 comments on commit 151dc42

Please sign in to comment.