Skip to content

Commit

Permalink
Fix: The unslick property is missing in the filterSettings, so the va…
Browse files Browse the repository at this point in the history
…lue of unslick inside InnerSlider is always undefined
  • Loading branch information
rjsdnql123 committed Apr 8, 2024
1 parent 5478d8d commit c7a9666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/default-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ let defaultProps = {
variableWidth: false,
vertical: false,
waitForAnimate: true,
asNavFor: null
asNavFor: null,
unslick: false
};

export default defaultProps;

0 comments on commit c7a9666

Please sign in to comment.