mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Fix an other bug related to aligmnet activation flags.
This commit is contained in:
parent
82ce2d166e
commit
3515a0c602
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user