mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 00:16:10 +02: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?
|
(when show-text-editor?
|
||||||
[:& text-edition-outline
|
[:& text-edition-outline
|
||||||
{:shape (get base-objects edition)}])
|
{:shape (get base-objects edition)
|
||||||
|
:zoom zoom}])
|
||||||
|
|
||||||
(when show-measures?
|
(when show-measures?
|
||||||
[:& msr/measurement
|
[:& msr/measurement
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue