Skip to content

Commit 7dfc3c4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +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-
'!click': stopEvent
267+
'!click': evt => stopEvent(evt, { preventDefault: false })
268268
}
269269
},
270270
[

0 commit comments

Comments
 (0)