mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 10:17:25 +02:00
🐛 Fix problem with wheel-zoom on an editing text
This commit is contained in:
parent
4a3fb55b30
commit
9f19676dc2
4 changed files with 17 additions and 9 deletions
|
@ -530,3 +530,8 @@
|
|||
(when onfinish
|
||||
(set! (.-onfinish animation) onfinish)))))
|
||||
|
||||
(defn is-child?
|
||||
[^js node ^js candidate]
|
||||
(and (some? node)
|
||||
(some? candidate)
|
||||
(.contains node candidate)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue