mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:38:23 +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
|
||||
(->> (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…
Add table
Add a link
Reference in a new issue