From a35572e30656b930f835bddbd1bcfbae18a01215 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:50:51 -0700 Subject: [PATCH] fix(webui): move "add maxed" after "add" button (#2441) Apparently the onclick event is being fired even when pressing enter. I originally moved it to make alt+enter add it maxed, but now even just pressing enter adds it maxed which is not what I wanted. :| Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2441 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> --- static/webui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/webui/index.html b/static/webui/index.html index f834bd49..586f255d 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -528,8 +528,8 @@
- +