mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 17:17:13 +02:00
🐛 Fix select text javascript function
This commit is contained in:
parent
2d57523e00
commit
8e1c4238cb
2 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue