修复bug「接入点击全屏之后无法输入」
This commit is contained in:
@ -335,7 +335,9 @@ class Access extends Component {
|
|||||||
fullScreenBtnText: '退出全屏'
|
fullScreenBtnText: '退出全屏'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
if (this.state.sink) {
|
||||||
|
this.state.sink.focus();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async createSession(assetsId) {
|
async createSession(assetsId) {
|
||||||
|
Reference in New Issue
Block a user