Skip to content

Commit

Permalink
wip: Fab actions does not take into account on.listener handler #955
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Sep 24, 2024
1 parent dd03457 commit 70fdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/layout/KFab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
v-bind="actions[0]"
size="1.15rem"
renderer="fab"
v-on="action.on ? { [action.on.event]: action.on.listener } : {}"
v-on="actions[0].on ? { [actions[0].on.event]: actions[0].on.listener } : {}"
/>
</div>
</template>
Expand Down

0 comments on commit 70fdab9

Please sign in to comment.