Skip to content

Commit bfdad48

Browse files
committed
Remove extra hide trigger for component pickers
1 parent a3f64c5 commit bfdad48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/bootstrap-datepicker.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@
127127
e.stopPropagation();
128128
e.preventDefault();
129129
}
130-
if (!this.isInput && this.hasInput) {
131-
$(document).on('mousedown', $.proxy(this.hide, this));
132-
}
133130
this.element.trigger({
134131
type: 'show',
135132
date: this.date

0 commit comments

Comments
 (0)