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

This commit is contained in:
Joshua A. Horton 2024-07-29 11:36:37 +07:00
parent 7e5903b1ab
commit fca87e21f9

View file

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