mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 05:06:39 +02:00
🐛 Fix problem with grid edition
This commit is contained in:
parent
ecc61130ec
commit
5d200a70d6
1 changed files with 4 additions and 1 deletions
|
@ -546,7 +546,10 @@
|
||||||
:layout-padding-type
|
:layout-padding-type
|
||||||
:layout-gap
|
:layout-gap
|
||||||
:layout-item-margin
|
:layout-item-margin
|
||||||
:layout-item-margin-type]})
|
:layout-item-margin-type
|
||||||
|
:layout-grid-cells
|
||||||
|
:layout-grid-columns
|
||||||
|
:layout-grid-rows]})
|
||||||
;; We've applied the text-modifier so we can dissoc the temporary data
|
;; We've applied the text-modifier so we can dissoc the temporary data
|
||||||
(fn [state]
|
(fn [state]
|
||||||
(update state :workspace-text-modifier #(apply dissoc % ids)))
|
(update state :workspace-text-modifier #(apply dissoc % ids)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue