Skip to content

Commit

Permalink
fix(web): osk-view hidden by default on construction
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Apr 19, 2024
1 parent 801359c commit 770c9da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/engine/osk/src/views/oskView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ export default abstract class OSKView
if(this.hostDevice.touchable) {
this.setBaseTouchEventListeners();
}

this._Box.style.display = 'none';
}

protected get configuration(): Configuration {
Expand Down

0 comments on commit 770c9da

Please sign in to comment.