mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Start use user-events for scroll events.
In the same way as keyboard and mouse events.
This commit is contained in:
parent
7a7059e172
commit
e3f58f6823
5 changed files with 42 additions and 33 deletions
|
@ -85,6 +85,10 @@
|
|||
(-> (l/in [:pointer :window])
|
||||
(l/derive workspace)))
|
||||
|
||||
(def workspace-scroll
|
||||
(-> (l/key :scroll)
|
||||
(l/derive workspace)))
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue