Skip to content

Commit 6e5bc32

Browse files
authored
Update form-spinbutton.js
1 parent f7c63bf commit 6e5bc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-spinbutton/form-spinbutton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
377377
}, this.computedDelay)
378378
}
379379
},
380-
onMouseup() /* istanbul ignore next: until tests are ready */ {
380+
onMouseup() {
381381
// `<body>` listener, only enabled when mousedown starts
382382
this.resetTimers()
383383
this.setMouseup(false)

0 commit comments

Comments
 (0)