mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
perf: 消息发送中禁止右键菜单
This commit is contained in:
parent
4194d1cddd
commit
d40028340c
@ -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})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user