修复bug「接入点击全屏之后无法输入」

This commit is contained in:
dushixiang
2021-03-05 15:32:44 +08:00
parent f25fa9f318
commit 0ef8f4276e

View File

@ -335,7 +335,9 @@ class Access extends Component {
fullScreenBtnText: '退出全屏'
})
}
if (this.state.sink) {
this.state.sink.focus();
}
}
async createSession(assetsId) {