setDraggable - scroll effect too fast..

Is there a method to slow down the effect of the setDraggable function? Or do we need to create that logic from scratc?

:wave:

Explain and show your code? What’s too fast?

Fixed it! I was essentially using a ‘wheel’ event handler and on a trackpad it was flying when I was navigating through my inventory system! So I just used ‘lodash debouncer’ function to give it a slight delay. Thank you so much for your quick response!!