Merge pull request #3266 from dfelinto/fix-distribute-enable

🐛 Distribute fix enabled when two elements were selected
This commit is contained in:
Alejandro
2023-06-05 06:38:33 +02:00
committed by GitHub

View File

@@ -1014,7 +1014,7 @@
(defn can-distribute? [selected]
(cond
(empty? selected) false
(< (count selected) 2) false
(< (count selected) 3) false
:else true))
(defn distribute-objects