Skip to content

Commit

Permalink
Merge branch 'main' into fix-legacy-hide
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang authored Feb 16, 2023
2 parents 10a21f5 + 3361bbf commit d1292d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_src/js/components/DiffFileTreeItem.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div v-show="show">
<div v-show="show" class="tooltip" :title="item.name">
<!--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"-->
<div class="item" :class="item.isFile ? 'filewrapper gt-p-1' : ''">
<!-- Files -->
<SvgIcon
Expand Down

0 comments on commit d1292d6

Please sign in to comment.