🐛 Ensure float on rect-center operation.

This commit is contained in:
Andrey Antukh
2021-01-27 14:42:52 +01:00
parent bd3921b91b
commit af478c83cd
4 changed files with 9 additions and 12 deletions

View File

@@ -53,6 +53,7 @@
files (some->> recent-ids
(map #(get files-map %))
(sort-by :modified-at)
(filter some?)
(reverse))
project-id (:id project)