mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
fix(web): unrevert #11258, leaving OSK hidden before instructed to display
This commit is contained in:
parent
7e5903b1ab
commit
fca87e21f9
1 changed files with 2 additions and 0 deletions
|
|
@ -257,6 +257,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