mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-07 22:55:35 +00:00
修复点击消息的菜单无效的情况
This commit is contained in:
parent
ddbef0172f
commit
4ecb1995b8
@ -853,6 +853,8 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onOperate(name, value = null) {
|
onOperate(name, value = null) {
|
||||||
|
this.operateVisible = false;
|
||||||
|
this.$nextTick(_ => {
|
||||||
switch (name) {
|
switch (name) {
|
||||||
case "copy":
|
case "copy":
|
||||||
if (this.operateHasText) {
|
if (this.operateHasText) {
|
||||||
@ -895,6 +897,7 @@ export default {
|
|||||||
this.$refs[`msg_${this.operateItem.id}`].setEmoji(value)
|
this.$refs[`msg_${this.operateItem.id}`].setEmoji(value)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user