Skip to content

Conversation

@rjsdnql123
Copy link
Contributor

The unslick property is missing in the filterSettings, so the value of unslick inside InnerSlider is always undefined

…lue of unslick inside InnerSlider is always undefined
@rjsdnql123
Copy link
Contributor Author

@akiran
Upon reviewing the code for the pull request submitted earlier, I found an issue indicating a bug. Upon examining the code, I discovered that the unslick property was missing in the filterSettings function, resulting in the unslick property inside InnerSlider being undefined. I have fixed this issue.

This bug appears to manifest as the slider buttons being visible despite all elements being displayed within the slider.

before

image

  1. element 9
const settings = {
    dots: true,
    infinite: false,
    speed: 500,
    slidesToShow: 10,
    slidesToScroll: 3
  };

after

image


The problematic code only returns undefined, so the arrow will always be rendered.

image

@rjsdnql123
Copy link
Contributor Author

@akiran Without unslick, the expected behavior is not occurring. Could you please confirm this?

@akiran akiran merged commit bae8817 into akiran:master Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants