Skip to content

Commit cedbccd

Browse files
authored
feat(client): truncate button add title attribute (#532)
1 parent aef1b55 commit cedbccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/components/graph/GraphDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const keys = [
6262
}" @click="copy(data.name)"
6363
/>
6464
</span>
65-
<button hover="underline" truncate text-left text-gray-500 @click="_openInEditor(data!.path)">
65+
<button hover="underline" truncate text-left text-gray-500 :title="data?.displayPath" @click="_openInEditor(data!.path)">
6666
{{ data?.displayPath }}
6767
</button>
6868
</div>

0 commit comments

Comments
 (0)