Jelajahi Sumber

Show EditorOption in CommentEditor

Tatsunori Uchino 5 tahun lalu
induk
melakukan
9993a0b516
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      src/client/js/components/PageComment/CommentEditor.jsx

+ 3 - 0
src/client/js/components/PageComment/CommentEditor.jsx

@@ -22,6 +22,8 @@ import SlackNotification from '../SlackNotification';
 import CommentPreview from './CommentPreview';
 import NotAvailableForGuest from '../NotAvailableForGuest';
 import { CustomNavTab } from '../CustomNavigation/CustomNav';
+import OptionsSelector from '../PageEditor/OptionsSelector';
+
 
 const navTabMapping = {
   comment_editor: {
@@ -314,6 +316,7 @@ class CommentEditor extends React.Component {
                 onUpload={this.uploadHandler}
                 onCtrlEnter={this.ctrlEnterHandler}
               />
+              <OptionsSelector />
             </TabPane>
             <TabPane tabId="comment_preview">
               <div className="comment-form-preview">