You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding sort, disabled and possibly other options to ReactSortable and assigning it a state property to toggle sort, it does not toggle when the state changes.
Describe the bug
When adding
sort
,disabled
and possibly other options to ReactSortable and assigning it a state property to toggle sort, it does not toggle when the state changes.To Reproduce
Steps to reproduce the behavior:
sort={isSortingEnabled}
to ReactSortableisSortingEnabled
fromfalse
totrue
Expected behavior
Sort to be toggle when state changes
Information
This is required. Issues without this critical information will be closed.
Versions - Look in your
package.json
for this information:react-sortable = ^1.13.0
react = ^16.13.1
Thanks!
The text was updated successfully, but these errors were encountered: