修复移动端任务弹窗关闭之后键盘没有关闭
This commit is contained in:
@@ -746,6 +746,9 @@ export default {
|
||||
this.$refs.owner && this.$refs.owner.handleClose();
|
||||
this.$refs.assist && this.$refs.assist.handleClose();
|
||||
this.$refs.chatInput && this.$refs.chatInput.hidePopover();
|
||||
if (!this.$isDesktop) {
|
||||
document.activeElement.blur();
|
||||
}
|
||||
}
|
||||
},
|
||||
immediate: true
|
||||
|
||||
Reference in New Issue
Block a user