mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 07:21:40 -05:00
🐛 Fix problem with text edition selection area
This commit is contained in:
parent
6bbd76f350
commit
81dac233a7
1 changed files with 2 additions and 1 deletions
|
@ -297,7 +297,8 @@
|
|||
|
||||
(when show-text-editor?
|
||||
[:& text-edition-outline
|
||||
{:shape (get base-objects edition)}])
|
||||
{:shape (get base-objects edition)
|
||||
:zoom zoom}])
|
||||
|
||||
(when show-measures?
|
||||
[:& msr/measurement
|
||||
|
|
Loading…
Add table
Reference in a new issue