diff --git a/CHANGES.md b/CHANGES.md index a094033dd..2a12948c8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -69,6 +69,7 @@ - Fix Terms and Privacy links overlapping [Taiga #4137](https://tree.taiga.io/project/penpot/issue/4137) - Fix Export bounding box mask [Taiga #950](https://tree.taiga.io/project/penpot/issue/950) - Fix delete layers in bulk [Taiga #4160](https://tree.taiga.io/project/penpot/issue/4160) +- Fix Cannot take out an element from a group at layers panel by drag [Taiga #4209](https://tree.taiga.io/project/penpot/issue/4209) ## 1.15.3-beta diff --git a/frontend/src/app/main/ui/workspace/sidebar/layers.cljs b/frontend/src/app/main/ui/workspace/sidebar/layers.cljs index 61e45c915..52bce124f 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/layers.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/layers.cljs @@ -282,7 +282,8 @@ :selected selected :index index :objects objects - :key (:id item)}]))])])) + :key (:id item) + :sortable? sortable?}]))])])) ;; This components is a piece for sharding equality check between top ;; level frames and try to avoid rerender frames that are does not