mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix race condition with text and type
This commit is contained in:
parent
3471d40f46
commit
37e45a8bbf
@ -323,7 +323,7 @@
|
||||
(rx/subs! #(api/request-render "set-wasm-attrs"))))
|
||||
|
||||
;; `conj` empty set initialization
|
||||
(def conj* (fnil conj #{}))
|
||||
(def conj* (fnil conj (d/ordered-set)))
|
||||
|
||||
(defn- impl-assoc
|
||||
[self k v]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user