mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-02-24 07:45:59 +01:00
Fix not re-focusing instance command input after sending a command on Web
This commit is contained in:
parent
8e2b019aa1
commit
4c3b81c54a
@ -51,6 +51,7 @@
|
||||
form.SubmitModel.StopSubmitting(result.Map(Messages.ToSentence, InstanceActionFailureExtensions.ToSentence));
|
||||
}
|
||||
|
||||
StateHasChanged();
|
||||
await commandInputElement.FocusAsync(preventScroll: true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user