mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: referenced board keyword (#2139)
This commit is contained in:
parent
826a5787d0
commit
55dc3c620f
@ -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…
Reference in New Issue
Block a user