mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-15 12:07:42 +00:00
Merge pull request #7348 from keymanapp/fix/android/spacebar-caption-reload-osk
fix(web): Update spacebar caption when refreshing layout
This commit is contained in:
commit
32b002cf23
1 changed files with 2 additions and 0 deletions
|
|
@ -499,6 +499,8 @@ namespace com.keyman.osk {
|
|||
bs.width = bs.maxWidth = this.computedWidth + 'px';
|
||||
bs.height = bs.maxHeight = this.computedHeight + 'px';
|
||||
|
||||
// Ensure that the layer's spacebar is properly captioned.
|
||||
this.vkbd.showLanguage();
|
||||
} else {
|
||||
const bs = this._Box.style;
|
||||
bs.width = 'auto';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue