fix(web): unrevert #11258, leaving OSK hidden before instructed to display

Cherry-pick-of: #12049
This commit is contained in:
Joshua A. Horton 2024-07-29 11:36:37 +07:00
parent 8c87b5516a
commit 85db52dcda

View file

@ -255,6 +255,8 @@ export default abstract class OSKView
if(this.hostDevice.touchable) {
this.setBaseTouchEventListeners();
}
this._Box.style.display = 'none';
}
protected get configuration(): Configuration {