Skip to content

Commit f69ba13

Browse files
committed
Update the hide method to fix scroll
PR: tarruda/bootstrap-datetimepicker#241
1 parent 6e523f1 commit f69ba13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/bootstrap-datetimepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
this.showMode();
159159
this.set();
160160
this.$element.trigger({
161-
type: 'hide',
161+
type: 'hidden',
162162
date: this._date
163163
});
164164
this._detachDatePickerGlobalEvents();

0 commit comments

Comments
 (0)