Remove RTE content_state logging
This commit is contained in:
@@ -55,7 +55,6 @@ class MessageComposerStore extends Store {
|
|||||||
const editorStateMap = this._state.editorStateMap;
|
const editorStateMap = this._state.editorStateMap;
|
||||||
editorStateMap[payload.room_id] = convertToRaw(payload.content_state);
|
editorStateMap[payload.room_id] = convertToRaw(payload.content_state);
|
||||||
localStorage.setItem('content_state', JSON.stringify(editorStateMap));
|
localStorage.setItem('content_state', JSON.stringify(editorStateMap));
|
||||||
console.info(localStorage.getItem('content_state'));
|
|
||||||
this._setState({
|
this._setState({
|
||||||
editorStateMap: editorStateMap,
|
editorStateMap: editorStateMap,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user