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"