fix: Canned Responses are not sent in the new message editor (#6829)

This commit is contained in:
Sivin Varghese 2023-04-05 12:42:39 +05:30 committed by GitHub
parent 2ca8726005
commit ee131011f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,9 +260,7 @@ export default {
this.$emit('success');
},
replaceTextWithCannedResponse(message) {
setTimeout(() => {
this.message = message;
}, 50);
this.message = message;
},
toggleCannedMenu(value) {
this.showCannedMenu = value;