Skip to content

Commit

Permalink
fix(files-table): move back click listener on button instead of icon (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtil authored Apr 25, 2022
1 parent 285630b commit 3577d28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/specific/files/files-table/FilesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@
alignItems: 'center'
}"
>
<BIMDataButton ghost rounded icon style="margin: 5px 14px">
<BIMDataButton
ghost
rounded
icon
style="margin: 5px 14px"
@click="$emit('back-parent-folder', folder)"
>
<BIMDataIcon
name="arrow"
size="xxs"
@click="$emit('back-parent-folder', folder)"
style="cursor: pointer"
/>
</BIMDataButton>
Expand Down

0 comments on commit 3577d28

Please sign in to comment.