From f4ebbaf21f88439500e563de825cc796b0c29830 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 8 Jul 2025 12:54:37 +0200 Subject: [PATCH] fix(webui): move "add maxed" after "add" button 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. :| --- 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 63d4d936..bb0f1b30 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -527,8 +527,8 @@