mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
Remove unused function
This commit is contained in:
parent
c7d4db900e
commit
cf9ef2ae60
1 changed files with 0 additions and 9 deletions
|
@ -148,15 +148,6 @@
|
||||||
(rx/of
|
(rx/of
|
||||||
(dwsl/update-layout layout-shape-ids layout-attributes))))))
|
(dwsl/update-layout layout-shape-ids layout-attributes))))))
|
||||||
|
|
||||||
(defn update-layout-spacing-column [value shape-ids]
|
|
||||||
(ptk/reify ::update-layout-spacing-column
|
|
||||||
ptk/WatchEvent
|
|
||||||
(watch [_ _ _]
|
|
||||||
(rx/concat
|
|
||||||
(for [shape-id shape-ids]
|
|
||||||
(let [layout-update {:layout-gap {:column-gap value :row-gap value}}]
|
|
||||||
(dwsl/update-layout [shape-id] layout-update)))))))
|
|
||||||
|
|
||||||
(defn update-shape-position [value shape-ids attributes]
|
(defn update-shape-position [value shape-ids attributes]
|
||||||
(ptk/reify ::update-shape-position
|
(ptk/reify ::update-shape-position
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
|
|
Loading…
Add table
Reference in a new issue