mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: referenced board keyword (#2139)
This commit is contained in:
parent
826a5787d0
commit
55dc3c620f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ SelectionMenuItem boardMenuItem = SelectionMenuItem(
|
|||
);
|
||||
},
|
||||
// TODO(a-wallen): Translate keywords
|
||||
keywords: ['referenced board', 'referenced kanban'],
|
||||
keywords: ['referenced', 'board', 'kanban'],
|
||||
handler: (editorState, menuService, context) {
|
||||
showLinkToPageMenu(
|
||||
editorState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue