mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 15:46:12 +02:00
Merge remote-tracking branch 'origin/main' into staging
This commit is contained in:
commit
29ec7ca0c6
3 changed files with 4 additions and 2 deletions
|
@ -697,7 +697,7 @@
|
|||
stopper (->> move-events
|
||||
(rx/debounce 100)
|
||||
(rx/take 1))
|
||||
scale (if shift? (gpt/point (:big nudge)) (gpt/point (:small nudge)))
|
||||
scale (if shift? (gpt/point (or (:big nudge) 10)) (gpt/point (or (:small nudge) 1)))
|
||||
mov-vec (gpt/multiply (get-displacement direction) scale)]
|
||||
|
||||
(rx/concat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue