Skip to content

Commit

Permalink
Merge pull request #66 from papajin/master
Browse files Browse the repository at this point in the history
Allow icons in data-action element
  • Loading branch information
noogen authored Jan 9, 2022
2 parents 99bc8b9 + 374d8b4 commit aea8130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VdtnetTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ export default {
e.preventDefault()
e.stopPropagation()
let target = jq(e.target)
let target = jq(e.currentTarget)
let action = target.attr('data-action')
// no action, simply exit
Expand Down

0 comments on commit aea8130

Please sign in to comment.