Skip to content

Commit 969cc36

Browse files
committed
Update bv-form-btn-label-control.js
1 parent 7dfc3c4 commit 969cc36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/bv-form-btn-label-control.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export const BVFormBtnLabelControl = /*#__PURE__*/ Vue.extend({
264264
on: {
265265
// Disable bubbling of the click event to
266266
// prevent menu from closing and re-opening
267+
/* istanbul ignore next */
267268
'!click': evt => stopEvent(evt, { preventDefault: false })
268269
}
269270
},

0 commit comments

Comments
 (0)