Layout will be broken when we drag scroll too fast
hukacode opened this issue · 4 comments
hukacode commented
Hello,
I'm not good at English so please see my gif.
This is steps to reproduce:
- Go to https://crazko.github.io/krystal/ and open these notes like this image:
- Drag horizontal scroll bar from right to left (or left to right), the layout will be:
arunnbabu81 commented
I also have experienced it for sometime now. I thought it was due to some tweaks I made in my wiki.
hukacode commented
@arunnbabu81
I workaround by change from 100
to 10
, const throttledTiddlerFrameEffects = throttle(tiddlerFrameEffects, 10);
arunnbabu81 commented
@arunnbabu81 I workaround by change from
100
to10
,const throttledTiddlerFrameEffects = throttle(tiddlerFrameEffects, 10);
@hukacode Thanks for sharing
crazko commented
Adding for future reference. https://tiddlywiki.com/#WidgetMessage%3A%20tm-scroll