Browse Source

tinyMCE integration

AlexiCauvin 6 years ago
parent
commit
dddcae5173
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/container/Thread.jsx

+ 2 - 0
src/container/Thread.jsx View File

@@ -94,6 +94,8 @@ class Thread extends React.Component {
94 94
       },
95 95
       listMessage: fetchResultThread.json.message_list
96 96
     })
97
+
98
+    wysiwyg()
97 99
   }
98 100
 
99 101
   handleClickBtnCloseApp = () => {