react-sortablejs icon indicating copy to clipboard operation
react-sortablejs copied to clipboard

direction="horizontal" not work as expected

Open aminsoraya opened this issue 2 years ago • 3 comments

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?

aminsoraya avatar Sep 19 '23 06:09 aminsoraya

Same problem here, direction horizontal does not do anything

R3D347HR4Y avatar Oct 13 '23 16:10 R3D347HR4Y