mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
fix autoClose render
This commit is contained in:
parent
45fedcb04e
commit
6a6bab2960
4
dist/js/datepicker.js
vendored
4
dist/js/datepicker.js
vendored
@ -370,9 +370,9 @@ var Datepicker;
|
|||||||
|
|
||||||
if (this.opts.autoClose) {
|
if (this.opts.autoClose) {
|
||||||
this.hide();
|
this.hide();
|
||||||
} else {
|
|
||||||
this.views[this.currentView]._render()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.views[this.currentView]._render()
|
||||||
},
|
},
|
||||||
|
|
||||||
removeDate: function (date) {
|
removeDate: function (date) {
|
||||||
|
|||||||
2
dist/js/datepicker.min.js
vendored
2
dist/js/datepicker.min.js
vendored
File diff suppressed because one or more lines are too long
@ -370,9 +370,9 @@ var Datepicker;
|
|||||||
|
|
||||||
if (this.opts.autoClose) {
|
if (this.opts.autoClose) {
|
||||||
this.hide();
|
this.hide();
|
||||||
} else {
|
|
||||||
this.views[this.currentView]._render()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.views[this.currentView]._render()
|
||||||
},
|
},
|
||||||
|
|
||||||
removeDate: function (date) {
|
removeDate: function (date) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user