0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 22:49:01 -05:00

🐛 Fix problem with zoom an selection rect

This commit is contained in:
alonso.torres 2021-04-23 15:10:54 +02:00 committed by Andrés Moya
parent 715900d0ef
commit 41e57bcb6b
2 changed files with 1 additions and 1 deletions

View file

@ -28,6 +28,7 @@
- Fix problem with pan and space [#811](https://github.com/penpot/penpot/issues/811) - Fix problem with pan and space [#811](https://github.com/penpot/penpot/issues/811)
- Fix issue when parsing exponential numbers in paths - Fix issue when parsing exponential numbers in paths
- Remove legacy system user and team [#843](https://github.com/penpot/penpot/issues/843) - 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 ### :arrow_up: Deps updates

View file

@ -255,7 +255,6 @@
:zoom zoom :zoom zoom
:color color :color color
:on-move-selected on-move-selected}] :on-move-selected on-move-selected}]
[:& outline {:shape shape :color color}]
;; Handlers ;; Handlers
(for [{:keys [type position props]} (handlers-for-selection selrect shape zoom)] (for [{:keys [type position props]} (handlers-for-selection selrect shape zoom)]