mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 16:06:10 +02:00
✨ Fix problem with fixed constraints
This commit is contained in:
parent
cdaba395c4
commit
c1affe75e1
2 changed files with 61 additions and 33 deletions
|
@ -131,7 +131,7 @@
|
|||
(update [_ state]
|
||||
(-> state
|
||||
(dissoc :workspace-modifiers)
|
||||
(dissoc ::current-move-selected)))))
|
||||
(dissoc :app.main.data.workspace.transforms/current-move-selected)))))
|
||||
|
||||
(defn create-modif-tree
|
||||
[ids modifiers]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue