From 81dac233a78a1933e6d60e4a2660c846ba622a0b Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 9 May 2022 16:08:59 +0200 Subject: [PATCH] :bug: Fix problem with text edition selection area --- frontend/src/app/main/ui/workspace/viewport.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/viewport.cljs b/frontend/src/app/main/ui/workspace/viewport.cljs index 715543c848..b17eb4e658 100644 --- a/frontend/src/app/main/ui/workspace/viewport.cljs +++ b/frontend/src/app/main/ui/workspace/viewport.cljs @@ -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