Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed May 8, 2024
1 parent 644e6d5 commit c2517ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c2517ad

Please sign in to comment.