From 1d71da81627f5bc463650845985fdacc765ab299 Mon Sep 17 00:00:00 2001 From: Aran Roig Date: Sat, 18 Jul 2026 22:36:24 +0200 Subject: [PATCH] Fix --- template/app/components/TreeNode.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/template/app/components/TreeNode.vue b/template/app/components/TreeNode.vue index 3c45908..c8ab847 100644 --- a/template/app/components/TreeNode.vue +++ b/template/app/components/TreeNode.vue @@ -147,7 +147,6 @@ a.row { &.active { background-color: var(--bg-body); color: var(--text-heading, currentColor); - pointer-events: none; } &:not(.active):hover {