mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-12 23:16:03 +03:00
chore: rename checkbox to to-do list
This commit is contained in:
parent
19838227d9
commit
1667d14e90
@ -47,14 +47,14 @@ final List<PopupListItem> _popupListItems = [
|
||||
icon: _popupListIcon('bullets'),
|
||||
handler: (editorState) => insertBulletedListAfterSelection(editorState),
|
||||
),
|
||||
// PopupListItem(
|
||||
// text: 'Numbered list',
|
||||
// keywords: ['numbered list'],
|
||||
// icon: _popupListIcon('number'),
|
||||
// handler: (editorState) => debugPrint('Not implement yet!'),
|
||||
// ),
|
||||
PopupListItem(
|
||||
text: 'Numbered list',
|
||||
keywords: ['numbered list'],
|
||||
icon: _popupListIcon('number'),
|
||||
handler: (editorState) => debugPrint('Not implement yet!'),
|
||||
),
|
||||
PopupListItem(
|
||||
text: 'Checkboxes',
|
||||
text: 'To-do List',
|
||||
keywords: ['checkbox'],
|
||||
icon: _popupListIcon('checkbox'),
|
||||
handler: (editorState) => insertCheckboxAfterSelection(editorState),
|
||||
|
Loading…
Reference in New Issue
Block a user