🐛 Fix selection lost when using keyboard

This commit is contained in:
Alejandro Alonso 2025-08-06 12:29:05 +02:00 committed by Belén Albeza
parent 56de96d25b
commit 50634e1a4c

View File

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