mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
fix(web): unrevert #11258, leaving OSK hidden before instructed to display
Cherry-pick-of: #12049
This commit is contained in:
parent
8c87b5516a
commit
85db52dcda
1 changed files with 2 additions and 0 deletions
|
|
@ -255,6 +255,8 @@ export default abstract class OSKView
|
|||
if(this.hostDevice.touchable) {
|
||||
this.setBaseTouchEventListeners();
|
||||
}
|
||||
|
||||
this._Box.style.display = 'none';
|
||||
}
|
||||
|
||||
protected get configuration(): Configuration {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue