mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Fix an other bug related to aligmnet activation flags.
This commit is contained in:
parent
82ce2d166e
commit
3515a0c602
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
||||||
(rx/merge
|
(rx/merge
|
||||||
(->> (uw/send! worker message)
|
(->> (uw/send! worker message)
|
||||||
(rx/map #(activate-flag :grid/indexed)))
|
(rx/map #(activate-flag :grid/indexed)))
|
||||||
(when (:grid/align opts)
|
(when (:grid/alignment opts)
|
||||||
(rx/of (activate-flag :grid/alignment)))))))
|
(rx/of (activate-flag :grid/alignment)))))))
|
||||||
|
|
||||||
(defn initialize-alignment-index
|
(defn initialize-alignment-index
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue