Fix Cart checkout Button hover
It was disabled 🤦
This commit is contained in:
@@ -54,6 +54,8 @@
|
||||
const handleArrowClick = () => {
|
||||
if (!carousel.clickAllowed()) return
|
||||
|
||||
// TODO: Clicking should also define arrowDirection? Can click without moving and won't change direction
|
||||
|
||||
// Click only if carousel if being dragged
|
||||
if (arrowDirection === 'prev') {
|
||||
carousel.scrollPrev()
|
||||
|
||||
Reference in New Issue
Block a user