mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
🐛 Fix selection lost when using keyboard
This commit is contained in:
parent
56de96d25b
commit
50634e1a4c
@ -945,13 +945,13 @@
|
||||
(rx/take-until stopper))]
|
||||
(rx/concat
|
||||
(rx/merge
|
||||
(rx/of (nudge-selected-shapes direction shift?))
|
||||
(->> modif-stream
|
||||
(rx/map #(dwm/set-wasm-modifiers % {:ignore-snap-pixel true})))
|
||||
|
||||
(->> modif-stream
|
||||
(rx/last)
|
||||
(rx/map #(dwm/apply-wasm-modifiers % {:ignore-snap-pixel true}))))
|
||||
(rx/map #(dwm/apply-wasm-modifiers % {:ignore-snap-pixel true})))
|
||||
(rx/of (nudge-selected-shapes direction shift?)))
|
||||
(rx/of (finish-transform))))
|
||||
|
||||
(rx/concat
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user