mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
💄 Add minor cosmetic change on workspace drawing ns
This commit is contained in:
parent
42fe47e5f1
commit
e96d129ee8
@ -41,7 +41,7 @@
|
||||
(rx/of (start-drawing :path)))
|
||||
|
||||
(when (= tool :curve)
|
||||
(let [stopper (->> stream (rx/filter dwc/interrupt?))]
|
||||
(let [stopper (rx/filter dwc/interrupt? stream)]
|
||||
(->> stream
|
||||
(rx/filter (ptk/type? ::common/handle-finish-drawing))
|
||||
(rx/map (constantly tool))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user