🐛 Fix shape size badge is displayed twice when user with viewer permissions selects a shape (#10985)

This commit is contained in:
Luis de Dios 2026-08-03 10:16:01 +02:00 committed by GitHub
parent eacdca3c0a
commit 767f90282c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -508,6 +508,7 @@
(not transform) (not transform)
(not text-editing?) (not text-editing?)
(not edition) (not edition)
(not read-only?)
(not mode-inspect?)) (not mode-inspect?))
[:> msr/selection-size-badge* [:> msr/selection-size-badge*
{:shapes selected-shapes {:shapes selected-shapes

View File

@ -796,6 +796,7 @@
(not transform) (not transform)
(not text-editing?) (not text-editing?)
(not edition) (not edition)
(not read-only?)
(not mode-inspect?) (not mode-inspect?)
(not page-transition?)) (not page-transition?))
[:> msr/selection-size-badge* [:> msr/selection-size-badge*