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:
parent
715900d0ef
commit
41e57bcb6b
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue