We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef1b55 commit cedbccdCopy full SHA for cedbccd
packages/client/src/components/graph/GraphDrawer.vue
@@ -62,7 +62,7 @@ const keys = [
62
}" @click="copy(data.name)"
63
/>
64
</span>
65
- <button hover="underline" truncate text-left text-gray-500 @click="_openInEditor(data!.path)">
+ <button hover="underline" truncate text-left text-gray-500 :title="data?.displayPath" @click="_openInEditor(data!.path)">
66
{{ data?.displayPath }}
67
</button>
68
</div>
0 commit comments