mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 13:27:02 +00:00
Remove unused whitespaces.
This commit is contained in:
@@ -140,11 +140,9 @@
|
||||
zoom (or (:zoom workspace) 1)]
|
||||
(letfn [(on-mouse-down [event]
|
||||
(dom/stop-propagation event)
|
||||
|
||||
(let [opts {:shift? (kbd/shift? event)
|
||||
:ctrl? (kbd/ctrl? event)}]
|
||||
(rx/push! wb/events-b [:mouse/down opts]))
|
||||
|
||||
(if (:drawing workspace)
|
||||
(rlocks/acquire! :ui/draw)
|
||||
(do
|
||||
|
||||
Reference in New Issue
Block a user