fix: Canned Responses are not sent in the new message editor (#6829)
This commit is contained in:
@@ -260,9 +260,7 @@ export default {
|
||||
this.$emit('success');
|
||||
},
|
||||
replaceTextWithCannedResponse(message) {
|
||||
setTimeout(() => {
|
||||
this.message = message;
|
||||
}, 50);
|
||||
this.message = message;
|
||||
},
|
||||
toggleCannedMenu(value) {
|
||||
this.showCannedMenu = value;
|
||||
|
||||
Reference in New Issue
Block a user