mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-19 23:07:42 +00:00
change(web): layer-specific refresh tweak
This commit is contained in:
parent
f2dba20c0d
commit
8a21fbcbca
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ export default class VisualKeyboard extends EventEmitter<EventMap> implements Ke
|
|||
|
||||
if(changedLayer) {
|
||||
this.updateState();
|
||||
this.currentLayer.refreshLayout(this.constructLayoutParams());
|
||||
this.layerGroup.refreshLayout(this.constructLayoutParams());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue