mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Remove RTE content_state logging
This commit is contained in:
parent
e0e321783b
commit
6b6af3f148
@ -55,7 +55,6 @@ class MessageComposerStore extends Store {
|
||||
const editorStateMap = this._state.editorStateMap;
|
||||
editorStateMap[payload.room_id] = convertToRaw(payload.content_state);
|
||||
localStorage.setItem('content_state', JSON.stringify(editorStateMap));
|
||||
console.info(localStorage.getItem('content_state'));
|
||||
this._setState({
|
||||
editorStateMap: editorStateMap,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user