mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 03:21:37 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
d3b5d577fd
25 changed files with 419 additions and 316 deletions
|
@ -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})))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue