Skip to content

Commit 2e6f141

Browse files
committed
Show text of texts table in html title attribute
1 parent c743a72 commit 2e6f141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/views/CollectionEntry.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ function shiftText(textUuid: string, direction: 'up' | 'down') {
725725
<RouterLink
726726
class="cell-link block w-full"
727727
:to="`/texts/${data.uuid}`"
728-
title="Open Text in Editor"
728+
:title="data.text"
729729
>
730730
<span v-if="data.text.length > 0">{{ data.text }}</span>
731731
<i v-else>No text yet...</i>

0 commit comments

Comments
 (0)