Skip to content

Commit 51f5b8f

Browse files
ludijluka-nextcloud
authored andcommitted
fix(3331): bind title attribute on h3 in stack
Signed-off-by: Luutzen Dijkstra <[email protected]>
1 parent 1e68e1f commit 51f5b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/board/Stack.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
{{ stack.title }}
1515
</h3>
1616
<h3 v-else-if="!editing"
17-
title="stack.title"
1817
dir="auto"
1918
tabindex="0"
2019
:aria-label="stack.title"
20+
:title="stack.title"
2121
class="stack__title"
2222
@click="startEditing(stack)"
2323
@keydown.enter="startEditing(stack)">

0 commit comments

Comments
 (0)