♻️ Try to fix recursive update-file ops on text edition

on concurrent multi-user sessions
This commit is contained in:
Andrey Antukh 2024-06-18 16:31:43 +02:00 committed by Alonso Torres
parent a2cc7764fb
commit d527184dfc
5 changed files with 16 additions and 50 deletions

View file

@ -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)