change(web): layer-specific refresh tweak

This commit is contained in:
Joshua A. Horton 2024-04-05 12:49:11 +07:00
parent f2dba20c0d
commit 8a21fbcbca

View file

@ -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());
}
}