From 9350838ebc1170ce01d2686fd5dc7cd6e69db74c Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Wed, 22 Jan 2025 16:43:37 +0100 Subject: [PATCH] set menu entry active when clicked --- public/js/components/Cis/Menu/Entry.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/components/Cis/Menu/Entry.js b/public/js/components/Cis/Menu/Entry.js index b04875ad2..982777e60 100644 --- a/public/js/components/Cis/Menu/Entry.js +++ b/public/js/components/Cis/Menu/Entry.js @@ -230,7 +230,8 @@ export default { 'btn btn-default rounded-0 w-100 text-start': true, ['btn-level-' + level]: true, 'fw-bold':active - }"> + }" + @mouseup="setActiveEntry(entry.content_id)"> {{ entry.titel }} `