fix: Auto scroll to bottom when agent sends a message (#3764)
This commit is contained in:
parent
2586c8e7e5
commit
ea3e011d3f
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ export default {
|
|||
'createPendingMessageAndSend',
|
||||
messagePayload
|
||||
);
|
||||
this.$emit(BUS_EVENTS.SCROLL_TO_MESSAGE);
|
||||
bus.$emit(BUS_EVENTS.SCROLL_TO_MESSAGE);
|
||||
} catch (error) {
|
||||
const errorMessage =
|
||||
error?.response?.data?.error ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue