chore: add dummy handler

This commit is contained in:
Shivam Mishra
2023-10-04 12:13:57 +05:30
parent 0af9e974bd
commit 21212d9bc3
@@ -501,6 +501,7 @@ export default {
this.showContextMenu = false;
this.contextMenuPosition = { x: null, y: null };
},
handleReplyTo() {},
setupHighlightTimer() {
if (Number(this.$route.query.messageId) !== Number(this.data.id)) {
return;