Skip to content

Commit d1292d6

Browse files
authored
Merge branch 'main' into fix-legacy-hide
2 parents 10a21f5 + 3361bbf commit d1292d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/js/components/DiffFileTreeItem.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div v-show="show">
2+
<div v-show="show" class="tooltip" :title="item.name">
3+
<!--title instead of tooltip above as the tooltip needs too much work with the current methods, i.e. not being loaded or staying open for "too long"-->
34
<div class="item" :class="item.isFile ? 'filewrapper gt-p-1' : ''">
45
<!-- Files -->
56
<SvgIcon

0 commit comments

Comments
 (0)