yohei0125 4 лет назад
Родитель
Сommit
ccb9a316f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/Page/PageListItem.tsx

+ 1 - 1
packages/app/src/components/Page/PageListItem.tsx

@@ -13,7 +13,7 @@ const { isTopPage } = pagePathUtils;
 
 
 type Props = {
 type Props = {
   page: IPageSearchResultData,
   page: IPageSearchResultData,
-  isSelected: boolean, // is item selected
+  isSelected: boolean, // is item selected(focused)
   isChecked: boolean, // is checkbox of item checked
   isChecked: boolean, // is checkbox of item checked
   isEnableActions: boolean,
   isEnableActions: boolean,
   shortBody?: string
   shortBody?: string