Skip to content

Commit

Permalink
Reorder function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmi21 committed Aug 12, 2024
1 parent 14b9363 commit 2e0f08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/messages/DatePicker/flatpickr-plugins/customElements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ function customElements(pluginConfig: Config): Plugin {
upsertTimeArrows,
buildTimeArrows,
setTimeAlly,
setMonthSelectAlly,
setYearSelectAlly,
() => {
fp?.loadedPlugins?.push("customElements");
},
setMonthSelectAlly,
setYearSelectAlly,
],
onDayCreate: [
(_dObj, _dStr, _fp, dayElem) => {
Expand Down

0 comments on commit 2e0f08a

Please sign in to comment.