perf: 搜索消息禁止右键

This commit is contained in:
kuaifan 2023-03-08 16:34:05 +08:00
parent cb33b9fc51
commit c30c6114d5

View File

@ -801,6 +801,9 @@ export default {
},
handleLongpress(event, el) {
if (this.dialogKey) {
return;
}
const dialogId = $A.getAttr(el, 'data-id')
const dialogItem = this.dialogList.find(item => item.id == dialogId)
if (!dialogItem) {