mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
fix(web): right, contextDevice is private; util.device matches it
This commit is contained in:
parent
1d108dbfaa
commit
58199d73bc
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ namespace com.keyman {
|
|||
* Will also trigger OSK shift state / layer reset.
|
||||
**/
|
||||
pageFocusHandler = () => {
|
||||
if(!this.uiManager.isActivating && this.osk?.vkbd && this.core.contextDevice.touchable) {
|
||||
if(!this.uiManager.isActivating && this.osk?.vkbd && this.util.device.touchable) {
|
||||
this.core.keyboardProcessor._UpdateVKShift(null);
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue