mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 01:03:38 +08:00
FIX: pinned picker in IE11
This commit is contained in:
parent
5d641d0270
commit
bd1ca35f8b
|
@ -28,7 +28,7 @@ export default Em.Component.extend({
|
|||
onSelect: date => this.set("value", moment(date).format("YYYY-MM-DD"))
|
||||
};
|
||||
|
||||
this._picker = new Pikaday(Object.assign(default_opts, this._opts()));
|
||||
this._picker = new Pikaday(_.merge(default_opts, this._opts()));
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user