mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 13:29:14 -05:00
Remove unused whitespaces.
This commit is contained in:
parent
669442ef02
commit
df189dc39e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue