mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 05:18:21 +02:00
Get rid of buggy reactive locks and refactor all related code.
This commit is contained in:
parent
bce58df413
commit
b0de23b011
18 changed files with 611 additions and 516 deletions
|
@ -487,7 +487,7 @@
|
|||
|
||||
(defn- transform-path
|
||||
[{:keys [points] :as shape} xfmt]
|
||||
(let [points (map #(gpt/transform % xfmt) points)]
|
||||
(let [points (mapv #(gpt/transform % xfmt) points)]
|
||||
(assoc shape :points points)))
|
||||
|
||||
;; --- Outer Rect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue