0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-09 21:41:23 -05:00

🐛 Fix problem with grid edition

This commit is contained in:
alonso.torres 2024-03-25 16:10:25 +01:00
parent ecc61130ec
commit 5d200a70d6

View file

@ -546,7 +546,10 @@
:layout-padding-type
:layout-gap
: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
(fn [state]
(update state :workspace-text-modifier #(apply dissoc % ids)))