From f67b175d395d9fe5dd4a4cef167b35a71302f6e7 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Sat, 21 Feb 2026 23:45:34 -0500 Subject: [PATCH] fix: Pass explicit page arg to handleBrowseSearch on Enter key Prevents KeyboardEvent being passed as page number parameter. Co-Authored-By: Claude Opus 4.6 --- frontend/src/views/admin/PluginsView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/admin/PluginsView.vue b/frontend/src/views/admin/PluginsView.vue index d8022d7..d0deb43 100644 --- a/frontend/src/views/admin/PluginsView.vue +++ b/frontend/src/views/admin/PluginsView.vue @@ -231,7 +231,7 @@ onMounted(() => { type="text" placeholder="Search uMod plugins..." @input="scheduleBrowseSearch" - @keydown.enter="handleBrowseSearch" + @keydown.enter="handleBrowseSearch(1)" class="w-full pl-10 pr-3 py-2 bg-neutral-800 border border-neutral-700 rounded-lg text-sm text-neutral-100 placeholder-neutral-500 focus:outline-none focus:ring-2 focus:ring-oxide-500/50 focus:border-oxide-500 transition-colors" />