mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-22 00:07:46 +00:00
change(web): reverts incomplete tweak
This commit is contained in:
parent
567df44a1a
commit
ec61fa22d2
1 changed files with 2 additions and 4 deletions
|
|
@ -1010,10 +1010,8 @@ namespace com.keyman.osk {
|
|||
lDiv.appendChild(gDiv);
|
||||
}
|
||||
|
||||
if(!this.isStatic) {
|
||||
// Now that we've properly processed the keyboard's layout, mark it as calibrated.
|
||||
keyboard.markLayoutCalibrated(formFactor);
|
||||
}
|
||||
// Now that we've properly processed the keyboard's layout, mark it as calibrated.
|
||||
keyboard.markLayoutCalibrated(formFactor);
|
||||
return lDiv;
|
||||
}
|
||||
//#endregion
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue