mirror of
https://github.com/penpot/penpot.git
synced 2026-01-07 05:49:03 -05:00
Compare commits
2 Commits
hiru-trans
...
1.16.2-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5605ac2769 | ||
|
|
e88d6d88a8 |
@@ -1,6 +1,7 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 1.16.2-beta
|
||||
- Fix strage cursor behaviour after clicking viewport with text pool [Github #2447](https://github.com/penpot/penpot/issues/2447)
|
||||
|
||||
## 1.16.1-beta
|
||||
|
||||
|
||||
@@ -22,7 +22,9 @@
|
||||
(let [points (->> shape
|
||||
:position-data
|
||||
(mapcat (comp gpr/rect->points position-data->rect)))]
|
||||
(-> points (gpr/points->selrect))))
|
||||
(if (empty? points)
|
||||
(:selrect shape)
|
||||
(-> points (gpr/points->selrect)))))
|
||||
|
||||
(defn position-data-bounding-box
|
||||
[shape]
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.16.1-beta
|
||||
1.16.2-beta
|
||||
|
||||
Reference in New Issue
Block a user