Skip to content

Commit 3d7ea0b

Browse files
committed
Add FIXME comment
1 parent 1208add commit 3d7ea0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vue-clipboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ var VueClipboard = {
6464
}
6565
},
6666
unbind: function (el, binding) {
67+
// FIXME: investigate why $element._vClipboard was missing
6768
if(!el._vClipboard) return
6869
if (binding.arg === 'success') {
6970
delete el._vClipboard_success

0 commit comments

Comments
 (0)