Jakub Kłobus

Results 19 comments of Jakub Kłobus

Hi, thanks for notice that defect. I'll look at it :)

Hi @artsx @DonovanCharpin :) Can you try to install react-scrollbar from this github branch: `https://github.com/FranzPoize/reactScrollbar`? There is a fix that could fix performance issues so I would like to know...

Hi, You're right. I have to definitely fix that. For now please use `import ScrollArea from 'react-scrollbar/dist/no-css` instead of `import ScrollArea from 'react-scrollbar/no-css`.

Hi @FengLinZhang @patrykcieszkowski, I can add callback to `refresh` method which will be called after refresh. In that callback you could call `scrollBottom` method. Currently it doesn't work because `scrollBottom`...

Hey, sorry I wasn't watching. @bashkos could you elaborate more why you think that separating vertical and horizontal classnames is neccessery? What are the usecases? @maximkoretskiy @avanes which solution you...

Unfortunately, react-scrollbar doesn't support RTL mode. But for sure we have to write support for it. Let me change title of this Issue to "Support for rtl mode

@asso1985 could you tell me more about your problem with infinite scroll.

It will be probably fixed in #10

Hi @SkateFreak :) You just have to set `smoothScrolling` prop to `true`. ``` jsx content ``` Does it answer your question?