0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Comment page background options (unused at this momment).

This commit is contained in:
Andrey Antukh 2020-01-07 22:59:41 +01:00
parent a2dc0a5f56
commit 5d9e1657ba
2 changed files with 1 additions and 2 deletions

View file

@ -927,7 +927,6 @@
(rx/of (commit-shapes-changes changes)
#(dissoc state ::tmp-changes))))))
;; --- Change Canvas Order (D&D Ordering)
(defn change-canvas-order

View file

@ -119,6 +119,6 @@
(mf/defc options
[{:keys [page] :as props}]
[:div
[:& metadata-options {:page page}]
#_[:& metadata-options {:page page}]
[:& grid-options {:page page}]])