akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.72k stars 2.1k forks source link

slickGoTo takes away focus and scroll page to slider #1935

Open mixalbl4-127 opened 3 years ago

mixalbl4-127 commented 3 years ago

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 default false value

mixalbl4-127 commented 3 years ago

It was your commit @akiran