mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
Fix indent
This commit is contained in:
parent
ec01ce7550
commit
c275923621
1 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@
|
||||||
(update :redo-changes conj add-change)
|
(update :redo-changes conj add-change)
|
||||||
(cond->
|
(cond->
|
||||||
(and (ctk/in-component-copy? parent) (not ignore-touched))
|
(and (ctk/in-component-copy? parent) (not ignore-touched))
|
||||||
(update :undo-changes conj restore-touched-change))
|
(update :undo-changes conj restore-touched-change))
|
||||||
(update :undo-changes conj del-change)
|
(update :undo-changes conj del-change)
|
||||||
(apply-changes-local)))))
|
(apply-changes-local)))))
|
||||||
|
|
||||||
|
@ -389,7 +389,7 @@
|
||||||
(update :redo-changes conj set-parent-change)
|
(update :redo-changes conj set-parent-change)
|
||||||
(cond->
|
(cond->
|
||||||
(ctk/in-component-copy? parent)
|
(ctk/in-component-copy? parent)
|
||||||
(update :undo-changes conj restore-touched-change))
|
(update :undo-changes conj restore-touched-change))
|
||||||
(update :undo-changes #(reduce mk-undo-change % shapes))
|
(update :undo-changes #(reduce mk-undo-change % shapes))
|
||||||
(apply-changes-local)))))
|
(apply-changes-local)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue