mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 04:31:38 +02:00
🐛 Fixes issues with frame selection
This commit is contained in:
parent
d517daa045
commit
8f4e13072c
4 changed files with 4 additions and 2 deletions
|
@ -1003,7 +1003,7 @@
|
|||
result
|
||||
|
||||
(let [group (get objects current-id)]
|
||||
(if (and (not= uuid/zero current-id)
|
||||
(if (and (not= :frame (:type group))
|
||||
(not= current-id parent-id)
|
||||
(empty? (remove removed-id? (:shapes group))))
|
||||
|
||||
|
|
|
@ -373,7 +373,6 @@
|
|||
|
||||
(rx/of (set-modifiers selected)
|
||||
(apply-modifiers selected)
|
||||
(calculate-frame-for-move selected)
|
||||
(fn [state] (-> state
|
||||
(update :workspace-local dissoc :modifiers)
|
||||
(update :workspace-local dissoc :current-move-selected)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue