Skip to content

Commit

Permalink
Fix issue with slider becoming stuck when re-opening
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Apr 20, 2018
1 parent ba51a73 commit ed559bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/components/search/AdvancedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<td>
<time-selector
v-show="requireDay[day]"
:enabled="requireDay[day]"
:selstart="timeRanges[day][0]||7"
:selend="timeRanges[day][1]||20"
@updatedRange="(arg) => timeRanges[day] = arg"
Expand Down

0 comments on commit ed559bb

Please sign in to comment.