correction of resize select character and companion

This commit is contained in:
GRL 2021-05-31 10:20:30 +02:00
parent 474323b95f
commit 645af32b4c
10 changed files with 31 additions and 21 deletions

View file

@ -1452,8 +1452,8 @@ ${escapedMessage}
this.connection?.emitActionableEvent(itemId, eventName, state, parameters);
}
public onResize(ev: UIEvent): void {
super.onResize(ev);
public onResize(): void {
super.onResize();
this.reposition();
// Send new viewport to server