change(web): reverts incomplete tweak

This commit is contained in:
jahorton 2021-02-24 12:33:23 +07:00
parent 567df44a1a
commit ec61fa22d2

View file

@ -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