mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 11:13:26 +00:00
perf: 搜索消息禁止右键
This commit is contained in:
parent
cb33b9fc51
commit
c30c6114d5
@ -801,6 +801,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleLongpress(event, el) {
|
handleLongpress(event, el) {
|
||||||
|
if (this.dialogKey) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const dialogId = $A.getAttr(el, 'data-id')
|
const dialogId = $A.getAttr(el, 'data-id')
|
||||||
const dialogItem = this.dialogList.find(item => item.id == dialogId)
|
const dialogItem = this.dialogList.find(item => item.id == dialogId)
|
||||||
if (!dialogItem) {
|
if (!dialogItem) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user