mirror of
https://github.com/penpot/penpot.git
synced 2026-03-11 21:06:48 +00:00
🔥 Remove unused operation on coords component.
This commit is contained in:
committed by
Alonso Torres
parent
0bbc006b98
commit
3c7fbb8fd6
@@ -63,8 +63,7 @@
|
||||
|
||||
(mf/defc coordinates
|
||||
[]
|
||||
(let [coords (some-> (hooks/use-rxsub ms/mouse-position)
|
||||
(gpt/round))]
|
||||
(let [coords (hooks/use-rxsub ms/mouse-position)]
|
||||
[:ul.coordinates
|
||||
[:span {:alt "x"}
|
||||
(str "X: " (:x coords "-"))]
|
||||
|
||||
Reference in New Issue
Block a user