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

@ -208,7 +208,7 @@
(on-focus event))
(when select-on-focus?
(dom/select-text! event)
(dom/select-text! target)
;; In webkit browsers the mouseup event will be called after the on-focus causing and unselect
(.addEventListener target "mouseup" dom/prevent-default #js {:once true})))))