Caleb Taylor

Results 27 comments of Caleb Taylor

I'm not sure why but @doug-stewart solution doesn't work for me. When isSorting is true, updateOrder fires with old updatedList, so by the time updateOrder fires with the correct sorted...

For my case I have to use `instant` option not `auto` because the `` tag is set to smooth scroll, by using inline style

Using `click` event with instance exec commands restores cursor correctly on iOS (haven't tested on Android) For Desktop, the solution is to use `mousedown` event with `e.preventDefault()` and cursor is...

I had a simple menu that would slide in the view from the top, using `translateY`. Even setting `transform: none` on the active class didn't remove blurry text. ``` .menu...

Any updates? Users don't like seeing the supabase url with the random characters cuz it makes our application look sketchy.

This should be included as an option for this plugin

It has to do with this touchmove event. I'll see what I can do :S https://github.com/SortableJS/Sortable/blob/d53f85e7d63ae88d6eb4aa4d7fa3ba110779877c/src/Sortable.js#L2021-L2028

It occurs on all websites when using Android Chrome. When i remove sortablejs on my project, I'm able to zoom consistently again on Android Chrome.

> > You should use the official css viewport variants, like `100svh` which replicates what this library is trying to solve. https://caniuse.com/viewport-unit-variants > > For this specific bug, those viewport...