Skip to content

Commit a1bc321

Browse files
authored
fix: 🐛 liftListItem command has wrong command key (#1301)
Closes: #1270
1 parent 5bc11d4 commit a1bc321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/preset-commonmark/src/node/list-item.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ withMeta(sinkListItemCommand, {
118118
/// * List item 1
119119
/// * List item 2
120120
/// ```
121-
export const liftListItemCommand = $command('SplitListItem', ctx => () => liftListItem(listItemSchema.type(ctx)))
121+
export const liftListItemCommand = $command('LiftListItem', ctx => () => liftListItem(listItemSchema.type(ctx)))
122122

123123
withMeta(liftListItemCommand, {
124124
displayName: 'Command<liftListItemCommand>',

0 commit comments

Comments
 (0)