fix(web): base font-scaling during desktop osk-resize

This commit is contained in:
jahorton 2021-08-04 10:36:38 +07:00
parent 5021ac0dfe
commit 2b998d0b3d

View file

@ -221,6 +221,7 @@ namespace com.keyman.osk {
set fontSize(value: ParsedLengthStyle) {
this._fontSize = value;
this.kbdDiv.style.fontSize = value.styleString;
}
/**