mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
♻️ Try to fix recursive update-file ops on text edition
on concurrent multi-user sessions
This commit is contained in:
parent
a2cc7764fb
commit
d527184dfc
5 changed files with 16 additions and 50 deletions
|
@ -29,7 +29,8 @@
|
|||
[promesa.core :as p]
|
||||
[rumext.v2 :as mf]))
|
||||
|
||||
(defn fix-position [shape]
|
||||
(defn fix-position
|
||||
[shape]
|
||||
(if-let [modifiers (:modifiers shape)]
|
||||
(let [shape' (gsh/transform-shape shape modifiers)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue