mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
fix ordered list button creates task list
This commit is contained in:
@@ -100,7 +100,7 @@ export function NumberedList(props: ToolProps) {
|
||||
const options: ListOptions<NumberedListStyleTypes> = {
|
||||
type: "orderedList",
|
||||
icon: "numberedList",
|
||||
onClick: (editor) => editor.chain().focus().toggleTaskList().run(),
|
||||
onClick: (editor) => editor.chain().focus().toggleOrderedList().run(),
|
||||
subTypes: [
|
||||
{ type: "decimal", title: "Decimal", items: ["1", "2", "3"] },
|
||||
{ type: "upper-alpha", title: "Upper alpha", items: ["A", "B", "C"] },
|
||||
|
||||
Reference in New Issue
Block a user