From af2629be75a5c37207ba6d35631698eae329f4d3 Mon Sep 17 00:00:00 2001 From: Filip Proborszcz Date: Fri, 8 Apr 2022 15:39:40 +0200 Subject: [PATCH] Make layer list sortable again --- src/components/LayerList.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LayerList.jsx b/src/components/LayerList.jsx index cadb1665..82a96c7d 100644 --- a/src/components/LayerList.jsx +++ b/src/components/LayerList.jsx @@ -326,6 +326,7 @@ export default class LayerList extends React.Component { helperClass='sortableHelper' onSortEnd={this.props.onMoveLayer.bind(this)} useDragHandle={true} + shouldCancelStart={() => false} /> } }