Переглянути джерело

fix: referenced grid keywords (#2139)

Destiny Saturday 2 роки тому
батько
коміт
4bea2b4b54

+ 1 - 1
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/grid/grid_menu_item.dart

@@ -17,7 +17,7 @@ SelectionMenuItem gridMenuItem = SelectionMenuItem(
           : editorState.editorStyle.selectionMenuItemIconColor,
           : editorState.editorStyle.selectionMenuItemIconColor,
     );
     );
   },
   },
-  keywords: ['referenced grid'],
+  keywords: ['referenced', 'grid'],
   handler: (editorState, menuService, context) {
   handler: (editorState, menuService, context) {
     showLinkToPageMenu(
     showLinkToPageMenu(
       editorState,
       editorState,