mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-07 09:57:37 +00:00
perf: 搜索消息禁止右键
This commit is contained in:
parent
cb33b9fc51
commit
c30c6114d5
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user