From f41f83ee2a48436b55a41ce84d78e343fc0b0139 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 20:07:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20Remove=20unnecessary=20?= =?UTF-8?q?closing=20brace=20from=20onFileChange=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/src/views/GamemasterExplorer.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index ccb7b7a..ef09480 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -528,7 +528,6 @@ function onFileChange() { jsonPaths.value = []; // File loading is handled by the watch() on selectedFile } -} const onSearchInput = debounce(async () => { if (!searchQuery.value.trim()) {