You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit breaks slickGoTo function, because it takes away focus from any other elements (ex: input / textarea) and scrolled page to slider (even if it's at the very bottom of the page)
This commit breaks
slickGoTo
function, because it takes away focus from any other elements (ex: input / textarea) and scrolled page to slider (even if it's at the very bottom of the page)Example of bug:
https://codesandbox.io/s/react-slick-playground-forked-tk19k?file=/index.js
Remove please this code OR make new props like
enableBrowserFocus
with defaultfalse
valueThe text was updated successfully, but these errors were encountered: