From 0bd9576426f7fe1e4ad06cb0ecd245b8a7414c08 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 04:20:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20Remove=20unnecessary=20?= =?UTF-8?q?closing=20script=20tag=20from=20GamemasterExplorer.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/GamemasterExplorer.vue | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue index 1b73887..cac6dea 100644 --- a/code/websites/pokedex.online/src/views/GamemasterExplorer.vue +++ b/code/websites/pokedex.online/src/views/GamemasterExplorer.vue @@ -54,7 +54,8 @@
  • Ctrl+C - Copy selected lines
  • Ctrl+G - Go to next search result
  • - Shift+Ctrl+G - Go to previous result + Shift+Ctrl+G - Go to previous + result
  • Escape - Clear selection / Close dialogs
  • @@ -94,10 +95,17 @@ :search-state="searchState" /> - +
    -
    +
    { selectionState.clearSelection(); } }); - // Lifecycle onMounted(() => {