mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 16:48:16 -05:00
💄 Add minor cosmetic change on workspace drawing ns
This commit is contained in:
parent
42fe47e5f1
commit
e96d129ee8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
(rx/of (start-drawing :path)))
|
(rx/of (start-drawing :path)))
|
||||||
|
|
||||||
(when (= tool :curve)
|
(when (= tool :curve)
|
||||||
(let [stopper (->> stream (rx/filter dwc/interrupt?))]
|
(let [stopper (rx/filter dwc/interrupt? stream)]
|
||||||
(->> stream
|
(->> stream
|
||||||
(rx/filter (ptk/type? ::common/handle-finish-drawing))
|
(rx/filter (ptk/type? ::common/handle-finish-drawing))
|
||||||
(rx/map (constantly tool))
|
(rx/map (constantly tool))
|
||||||
|
|
Loading…
Add table
Reference in a new issue