Skip to content

Commit

Permalink
YearSlider reacts to clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Apr 19, 2024
1 parent 5802cb3 commit f342336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/components/catalog-new/NewYearSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
:height="2"
@update:model-value="value = { from: $event[0], to: $event[1] }"
@drag-end="$emit('change', value)"
@change="$emit('change', value)"
@dragging="value = { from: $event[0], to: $event[1] }"
class="tw-cursor-pointer"
lazy
>
<template #dot>
<div class="tw-flex tw-h-full tw-w-full tw-justify-center tw-items-center">
Expand Down

0 comments on commit f342336

Please sign in to comment.