🐛 Fix race condition with text and type

This commit is contained in:
alonso.torres
2025-12-02 16:49:11 +01:00
committed by Belén Albeza
parent 3471d40f46
commit 37e45a8bbf

View File

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