Don't scroll to bottom when executing non-message slash commands (#7793)
This commit is contained in:
parent
cfa6e266cd
commit
401e5127f4
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ export class SendMessageComposer extends React.Component<ISendMessageComposerPro
|
|||
this.editorRef.current?.clearUndoHistory();
|
||||
this.editorRef.current?.focus();
|
||||
this.clearStoredEditorState();
|
||||
if (SettingsStore.getValue("scrollToBottomOnMessageSent")) {
|
||||
if (shouldSend && SettingsStore.getValue("scrollToBottomOnMessageSent")) {
|
||||
dis.dispatch({
|
||||
action: "scroll_to_bottom",
|
||||
timelineRenderingType: this.context.timelineRenderingType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue