Răsfoiți Sursa

add comment

zahmis 5 ani în urmă
părinte
comite
5e9dd9e492
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      src/client/js/components/Page/PageManagement.jsx

+ 3 - 2
src/client/js/components/Page/PageManagement.jsx

@@ -106,9 +106,10 @@ const PageManagement = (props) => {
         <button className="dropdown-item" type="button" onClick={openPageDuplicateModalHandler}>
           <i className="icon-fw icon-docs"></i> { t('Duplicate') }
         </button>
-        <button className="dropdown-item" type="button" onClick={openPagePresentationModalHandler}>
+        {/* TODO Presentation Mode is not function. So if it is really necessary, survey this cause and implement Presentation Mode in top page */}
+        {/* <button className="dropdown-item" type="button" onClick={openPagePresentationModalHandler}>
           <i className="icon-fw"><PresentationIcon /></i><span className="d-none d-sm-inline"> { t('Presentation Mode') }</span>
-        </button>
+        </button> */}
         <button type="button" className="dropdown-item" onClick={() => { exportPageHandler('md') }}>
           <i className="icon-fw icon-cloud-download"></i>{t('export_bulk.export_page_markdown')}
         </button>