yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
ccb9a316f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = {
   page: IPageSearchResultData,
-  isSelected: boolean, // is item selected
+  isSelected: boolean, // is item selected(focused)
   isChecked: boolean, // is checkbox of item checked
   isEnableActions: boolean,
   shortBody?: string