diff --git a/presets/sortable/usesortable.md b/presets/sortable/usesortable.md index 2089010..7b02279 100644 --- a/presets/sortable/usesortable.md +++ b/presets/sortable/usesortable.md @@ -31,6 +31,7 @@ function SortableItem(props) { const style = { transform: CSS.Transform.toString(transform), transition, + touchAction: "none", // fix for tailwindcss }; return (