Skip to content

Commit

Permalink
decrease conversion pri
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon committed May 29, 2024
1 parent 8155c78 commit 9740918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-list/src/LexicalListItemNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class ListItemNode extends ElementNode {
return {
li: (node: Node) => ({
conversion: $convertListItemElement,
priority: 4,
priority: 0,
}),
};
}
Expand Down

0 comments on commit 9740918

Please sign in to comment.