mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 13:29:14 -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)))
|
||||
|
||||
(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…
Add table
Reference in a new issue