From 41e57bcb6bc760035b0ecb9294d94abe88984a66 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Fri, 23 Apr 2021 15:10:54 +0200 Subject: [PATCH] :bug: Fix problem with zoom an selection rect --- CHANGES.md | 1 + frontend/src/app/main/ui/workspace/viewport/selection.cljs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d66afd622..74cf26dce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,7 @@ - Fix problem with pan and space [#811](https://github.com/penpot/penpot/issues/811) - Fix issue when parsing exponential numbers in paths - Remove legacy system user and team [#843](https://github.com/penpot/penpot/issues/843) +- Fix problem with zoom an selection rect [#845](https://github.com/penpot/penpot/issues/845) ### :arrow_up: Deps updates diff --git a/frontend/src/app/main/ui/workspace/viewport/selection.cljs b/frontend/src/app/main/ui/workspace/viewport/selection.cljs index 06845cf63..133fd7ab6 100644 --- a/frontend/src/app/main/ui/workspace/viewport/selection.cljs +++ b/frontend/src/app/main/ui/workspace/viewport/selection.cljs @@ -255,7 +255,6 @@ :zoom zoom :color color :on-move-selected on-move-selected}] - [:& outline {:shape shape :color color}] ;; Handlers (for [{:keys [type position props]} (handlers-for-selection selrect shape zoom)]