1
0
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:
chylex 2024-04-05 13:37:49 +02:00
parent 8e2b019aa1
commit 4c3b81c54a
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -51,6 +51,7 @@
form.SubmitModel.StopSubmitting(result.Map(Messages.ToSentence, InstanceActionFailureExtensions.ToSentence));
}
StateHasChanged();
await commandInputElement.FocusAsync(preventScroll: true);
}