mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 12:16:17 +00:00
💄 Add minor cosmetic change on workspace drawing ns
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user