0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐛 Add missing page parameter on sidebar options.

This commit is contained in:
Andrey Antukh 2020-07-21 15:53:44 +02:00 committed by Hirunatan
parent 86b5ed48fd
commit 4375c3eeff

View file

@ -67,7 +67,9 @@
[:& align-options] [:& align-options]
(case (count shapes) (case (count shapes)
0 [:& page/options {:page page}] 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}])]] [:& multiple/options {:shapes shapes-with-children}])]]
[:& tab-element {:id :prototype [:& tab-element {:id :prototype