Fix an other bug related to aligmnet activation flags.

This commit is contained in:
Andrey Antukh 2016-04-13 21:10:07 +03:00
parent 82ce2d166e
commit 3515a0c602
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -189,7 +189,7 @@
(rx/merge
(->> (uw/send! worker message)
(rx/map #(activate-flag :grid/indexed)))
(when (:grid/align opts)
(when (:grid/alignment opts)
(rx/of (activate-flag :grid/alignment)))))))
(defn initialize-alignment-index