fixed typing in chat still causes character to move (#965)
This commit is contained in:
parent
95ec5dc3f6
commit
5069099000
1 changed files with 1 additions and 1 deletions
|
@ -435,8 +435,8 @@ export class GameScene extends ResizableScene implements CenterListener {
|
|||
|
||||
|
||||
//create input to move
|
||||
mediaManager.setUserInputManager(this.userInputManager);
|
||||
this.userInputManager = new UserInputManager(this);
|
||||
mediaManager.setUserInputManager(this.userInputManager);
|
||||
|
||||
if (localUserStore.getFullscreen()) {
|
||||
document.querySelector('body')?.requestFullscreen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue