We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e3f64 commit 6ec29d9Copy full SHA for 6ec29d9
src/utils/bv-form-btn-label-control.js
@@ -264,8 +264,10 @@ export const BVFormBtnLabelControl = /*#__PURE__*/ Vue.extend({
264
on: {
265
// Disable bubbling of the click event to
266
// prevent menu from closing and re-opening
267
- /* istanbul ignore next */
268
- '!click': evt => stopEvent(evt, { preventDefault: false })
+
+ '!click': /* istanbul ignore next */ evt => {
269
+ stopEvent(evt, { preventDefault: false })
270
+ }
271
}
272
},
273
[
0 commit comments