react-context-devtool icon indicating copy to clipboard operation
react-context-devtool copied to clipboard

Auto Scroll the Dispatches list to the latest or the most bottom one

Open theskinnycoder opened this issue 3 years ago • 1 comments
trafficstars

https://github.com/deeppatel234/react-context-devtool/blob/2ccacdbc6f729586b7215c5e5748b7ba820e21da/packages/devtool-extenstion/src/containers/UseReducerView/index.js#L117

The scrollbar doesn't automatically scroll to the bottom on dispatch.

Adding a tabindex="1" to the last <li> in that <ul> should solve it. Or maybe using a ref.

theskinnycoder avatar Mar 08 '22 08:03 theskinnycoder

Hello @theskinnycoder

Thanks for the suggestion. i will check and fix the experience.

deeppatel234 avatar Mar 10 '22 13:03 deeppatel234