Skip to content

Commit

Permalink
Add FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Inndy committed Sep 10, 2021
1 parent 1208add commit 3d7ea0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue-clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ var VueClipboard = {
}
},
unbind: function (el, binding) {
// FIXME: investigate why $element._vClipboard was missing
if(!el._vClipboard) return
if (binding.arg === 'success') {
delete el._vClipboard_success
Expand Down

0 comments on commit 3d7ea0b

Please sign in to comment.