Remove unused code
This commit is contained in:
parent
a50329fb97
commit
4938aa8f74
1 changed files with 0 additions and 6 deletions
|
@ -173,12 +173,6 @@ export function sendMessage(
|
|||
// TODO save history
|
||||
// TODO save local state
|
||||
|
||||
// this.sendHistoryManager.save(model, replyToEvent);
|
||||
// clear composer
|
||||
// model.reset([]);
|
||||
// this.editorRef.current?.clearUndoHistory();
|
||||
// this.editorRef.current?.focus();
|
||||
// this.clearStoredEditorState();
|
||||
//if (shouldSend && SettingsStore.getValue("scrollToBottomOnMessageSent")) {
|
||||
if (SettingsStore.getValue("scrollToBottomOnMessageSent")) {
|
||||
dis.dispatch({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue