Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2023-07-11 10:46:32 +02:00
commit d3b5d577fd
25 changed files with 419 additions and 316 deletions

View file

@ -234,7 +234,7 @@
(defn select-text!
[^js node]
(when (some? node)
(when (and (some? node) (some? (unchecked-get node "select")))
(.select ^js node)))
(defn ^boolean equals?