Skip to content

Commit f556e08

Browse files
authored
fix(Lists): fixed toolbar button activation for sink list item (#744)
1 parent 3a340f3 commit f556e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/markdown/Lists/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ export function sinkOnlySelectedListItem(itemType: NodeType): Command {
115115
dispatch(tr.scrollIntoView());
116116
return true;
117117
}
118-
return false;
118+
return true;
119119
};
120120
}

0 commit comments

Comments
 (0)