From c2517ad6cf04f6b938246d45a324b468e9bb320c Mon Sep 17 00:00:00 2001 From: mehm8128 Date: Wed, 8 May 2024 22:02:19 +0900 Subject: [PATCH] format --- .../Main/NavigationBar/ChannelList/ChannelElement.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Main/NavigationBar/ChannelList/ChannelElement.vue b/src/components/Main/NavigationBar/ChannelList/ChannelElement.vue index a87e8ad3b..914f9bbbe 100644 --- a/src/components/Main/NavigationBar/ChannelList/ChannelElement.vue +++ b/src/components/Main/NavigationBar/ChannelList/ChannelElement.vue @@ -31,7 +31,7 @@ :aria-expanded="hasChildren && isOpened ? true : undefined" :data-is-inactive="$boolAttr(!channel.active)" :aria-label="showShortenedPath ? pathTooltip : pathToShow" - draggable='false' + draggable="false" @click="navigate" @mouseenter="onMouseEnter" @mouseleave="onMouseLeave"