crazko/krystal

Layout will be broken when we drag scroll too fast

hukacode opened this issue · 4 comments

Hello,

I'm not good at English so please see my gif.
layout-broken

This is steps to reproduce:

  1. Go to https://crazko.github.io/krystal/ and open these notes like this image:
    image
  2. Drag horizontal scroll bar from right to left (or left to right), the layout will be:
    image

I also have experienced it for sometime now. I thought it was due to some tweaks I made in my wiki.

@arunnbabu81
I workaround by change from 100 to 10, const throttledTiddlerFrameEffects = throttle(tiddlerFrameEffects, 10);

@arunnbabu81 I workaround by change from 100 to 10, const throttledTiddlerFrameEffects = throttle(tiddlerFrameEffects, 10);

@hukacode Thanks for sharing