mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
editor: fix checklist parsing as bulletlist
* reduce list-item's parseHTML priority lower than check-list-item's parseHTML priority Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ export const ListItem = TiptapListItem.extend({
|
||||
parseHTML() {
|
||||
return [
|
||||
{
|
||||
priority: 100,
|
||||
priority: 50,
|
||||
tag: `li`,
|
||||
getContent: ensureLeadingParagraph
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user