1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Mobile: Fixes #8956: Fix unordered list button creates checklists (#8957)

This commit is contained in:
Henry Heino
2023-09-25 08:45:25 -07:00
committed by GitHub
parent d71a404636
commit b6c3dc32ad

View File

@@ -178,7 +178,7 @@ const useEditorControl = (
execCommand(EditorCommandType.ToggleNumberedList);
},
toggleUnorderedList() {
execCommand(EditorCommandType.ToggleCheckList);
execCommand(EditorCommandType.ToggleBulletedList);
},
toggleTaskList() {
execCommand(EditorCommandType.ToggleCheckList);