mirror of
https://github.com/penpot/penpot.git
synced 2026-07-19 20:48:10 +00:00
🐛 Fix inspect in workspace displays shape size twice when selecting a shape (#10507)
This commit is contained in:
parent
c8f586a197
commit
7e8590b04c
@ -505,7 +505,8 @@
|
||||
(when (and (seq selected-shapes)
|
||||
(not transform)
|
||||
(not text-editing?)
|
||||
(not edition))
|
||||
(not edition)
|
||||
(not mode-inspect?))
|
||||
[:> msr/selection-size-badge*
|
||||
{:selrect (gsh/shapes->rect selected-shapes)
|
||||
:zoom zoom}])
|
||||
|
||||
@ -776,6 +776,7 @@
|
||||
(not transform)
|
||||
(not text-editing?)
|
||||
(not edition)
|
||||
(not mode-inspect?)
|
||||
(not page-transition?))
|
||||
[:> msr/selection-size-badge*
|
||||
{:selrect (gsh/shapes->rect selected-shapes)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user