From 8013f0e51aa2e9f79d09c77a3565e06d8eb6e132 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sat, 15 Nov 2025 15:38:27 +0000
Subject: [PATCH] fix: prevent labels from being clickable in selection
contexts
- Set clickable=false for labels in QuickActions modal
- Set clickable=false for labels in FilterCommandsList autocomplete
- This prevents navigation conflicts when labels are shown in interactive components
Co-authored-by: kolaente <13721712+kolaente@users.noreply.github.com>
---
frontend/src/components/input/filter/FilterCommandsList.vue | 1 +
frontend/src/components/quick-actions/QuickActions.vue | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/frontend/src/components/input/filter/FilterCommandsList.vue b/frontend/src/components/input/filter/FilterCommandsList.vue
index fe1348bd4..0a30f93b7 100644
--- a/frontend/src/components/input/filter/FilterCommandsList.vue
+++ b/frontend/src/components/input/filter/FilterCommandsList.vue
@@ -12,6 +12,7 @@
-
+