direction="horizontal" not work as expected
aminsoraya opened this issue · 3 comments
aminsoraya commented
After I mentioned :
<ReactSortable list={state} setList={setState} direction="horizontal">
{state.map((item) => (
<div key={item.id}>{item.name}</div>
))}
</ReactSortable>
It doesn't aligned as expected why?
R3D347HR4Y commented
Same problem here, direction horizontal does not do anything