Skip to content

Commit

Permalink
Bugfix: GH-323 fix hover text not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Jan 29, 2025
1 parent ec88acc commit 6eb57f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue3/components/flowchart/SidebarPath.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ function changeTab(index) {
<div
class="col long-text"
style="padding-left: 2rem;"
v-tooltip="course.fullname"
:title="course.fullname"
>
{{ truncatedText(course.fullname, 32) }}
<a
Expand Down

0 comments on commit 6eb57f1

Please sign in to comment.