mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-22 17:58:11 +00:00
修复移动端任务弹窗关闭之后键盘没有关闭
This commit is contained in:
parent
5c750f7a6f
commit
b9b45e8e4f
@ -746,6 +746,9 @@ export default {
|
|||||||
this.$refs.owner && this.$refs.owner.handleClose();
|
this.$refs.owner && this.$refs.owner.handleClose();
|
||||||
this.$refs.assist && this.$refs.assist.handleClose();
|
this.$refs.assist && this.$refs.assist.handleClose();
|
||||||
this.$refs.chatInput && this.$refs.chatInput.hidePopover();
|
this.$refs.chatInput && this.$refs.chatInput.hidePopover();
|
||||||
|
if (!this.$isDesktop) {
|
||||||
|
document.activeElement.blur();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
immediate: true
|
immediate: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user