Merge remote-tracking branch 'origin/main' into staging

This commit is contained in:
Andrey Antukh 2022-10-31 10:28:50 +01:00
commit 29ec7ca0c6
3 changed files with 4 additions and 2 deletions

View file

@ -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