Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
niegowski committed Jan 12, 2022
1 parent 7e627b2 commit f46fcef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ export default class DocumentListEditing extends Plugin {
}
}, { context: 'li' } );

// In some cases, after the default block splitting, we want to modify the new block to become a new list item instead of an additional block in the same list item.
// In some cases, after the default block splitting, we want to modify the new block to become a new list item
// instead of an additional block in the same list item.
this.listenTo( enterCommand, 'afterExecute', () => {
const splitCommand = commands.get( 'splitListItem' );

Expand Down

0 comments on commit f46fcef

Please sign in to comment.