perf: 消息发送中禁止右键菜单

This commit is contained in:
kuaifan 2024-03-13 08:03:58 +09:00
parent 4194d1cddd
commit d40028340c

View File

@ -433,6 +433,9 @@ export default {
methods: { methods: {
handleLongpress(event, el) { handleLongpress(event, el) {
if (!this.msgData.created_at) {
return;
}
this.$emit("on-longpress", {event, el, msgData: this.msgData}) this.$emit("on-longpress", {event, el, msgData: this.msgData})
}, },