0
Fork 0
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:
Andrey Antukh 2023-07-05 14:58:46 +02:00
parent 42fe47e5f1
commit e96d129ee8

View file

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