Przeglądaj źródła

ensure to change RevisionLoader mode of SearchResultList to eager loading

Yuki Takei 7 lat temu
rodzic
commit
ee5e83282a

+ 0 - 1
src/client/js/components/SearchPage/SearchResultList.js

@@ -24,7 +24,6 @@ export default class SearchResultList extends React.Component {
             pageId={page._id}
             pagePath={page.path}
             revisionId={page.revision}
-            lazy={true}
             highlightKeywords={this.props.searchingKeyword}
           />
         </div>