mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 17:08:31 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
4d8f471eca
4 changed files with 17 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue