mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
prevent cider history overlapping with slate composer history
This commit is contained in:
parent
6a3ecde4e6
commit
944c56d09b
@ -235,7 +235,7 @@ export default class SendMessageComposer extends React.Component {
|
||||
const parts = this._restoreStoredEditorState(partCreator) || [];
|
||||
this.model = new EditorModel(parts, partCreator);
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
this.sendHistoryManager = new SendHistoryManager(this.props.room.roomId, 'mx_slate_composer_history_');
|
||||
this.sendHistoryManager = new SendHistoryManager(this.props.room.roomId, 'mx_cider_composer_history_');
|
||||
}
|
||||
|
||||
get _editorStateKey() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user