mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 12:28:31 +02:00
🐛 Fix problems with touch devices and Wacom tablets
This commit is contained in:
parent
5bd4be1950
commit
2c6513ac85
35 changed files with 173 additions and 197 deletions
|
@ -64,8 +64,8 @@
|
|||
|
||||
(if render-wrapper?
|
||||
[:> shape-container {:shape shape
|
||||
:on-mouse-enter (handle-hover-shape shape true)
|
||||
:on-mouse-leave (handle-hover-shape shape false)
|
||||
:on-pointer-enter (handle-hover-shape shape true)
|
||||
:on-pointer-leave (handle-hover-shape shape false)
|
||||
:on-click (select-shape shape)}
|
||||
[:& component {:shape shape
|
||||
:frame frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue