2
0
Эх сурвалжийг харах

Show EditorOption in CommentEditor

Tatsunori Uchino 5 жил өмнө
parent
commit
9993a0b516

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

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