mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 22:04:14 +00:00
🐛 Add missing page parameter on sidebar options.
This commit is contained in:
@@ -67,7 +67,9 @@
|
||||
[:& align-options]
|
||||
(case (count shapes)
|
||||
0 [:& page/options {:page page}]
|
||||
1 [:& shape-options {:shape (first shapes) :shapes-with-children shapes-with-children}]
|
||||
1 [:& shape-options {:shape (first shapes)
|
||||
:page page
|
||||
:shapes-with-children shapes-with-children}]
|
||||
[:& multiple/options {:shapes shapes-with-children}])]]
|
||||
|
||||
[:& tab-element {:id :prototype
|
||||
|
||||
Reference in New Issue
Block a user