mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 02:17:24 +02:00
🐛 Fix focus handling on comment edition
This commit is contained in:
parent
992dd04b47
commit
9dbf6ffd14
4 changed files with 41 additions and 22 deletions
|
@ -234,7 +234,7 @@
|
|||
|
||||
(defn select-text!
|
||||
[^js node]
|
||||
(when (and (some? node) (or (= "INPUT" (.-tagName node)) (= "TEXTAREA" (.-tagName node))))
|
||||
(when (some? node)
|
||||
(.select ^js node)))
|
||||
|
||||
(defn ^boolean equals?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue