mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Merge pull request #3110 from penpot/alotor-fixes
🐛 Fix problem with frame title rotation
This commit is contained in:
commit
73b913065f
@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 1.18.2
|
||||
|
||||
- Fix problem with frame title rotation
|
||||
|
||||
## 1.18.1
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
(defn left?
|
||||
[cur cand]
|
||||
(let [closex? (mth/close? (:x cand) (:x cur))]
|
||||
(let [closex? (mth/close? (:x cand) (:x cur) 0.01)]
|
||||
(cond
|
||||
(and closex? (< (:y cand) (:y cur))) cand
|
||||
closex? cur
|
||||
|
||||
@ -1 +1 @@
|
||||
1.18.1
|
||||
1.18.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user