diff --git a/src/components/List/List.tsx b/src/components/List/List.tsx index adb480580..6fa0f480b 100644 --- a/src/components/List/List.tsx +++ b/src/components/List/List.tsx @@ -598,10 +598,12 @@ export class List extends React.Component, ListState { if (!result.destination) { + this.setState({sorting: false}); return; } if (result.source.index === result.destination.index) { + this.setState({sorting: false}); return; }