♻️ Components refactor: remove it usage on libraries_helpers

This commit is contained in:
Pablo Alba 2024-04-23 19:07:16 +02:00 committed by Andrés Moya
parent 05f4459fb7
commit 37e68249aa
7 changed files with 45 additions and 39 deletions

View file

@ -1450,16 +1450,15 @@
page
(cons shape children))
[_ _ changes2]
(cflh/generate-add-component nil
[_ _ changes]
(cflh/generate-add-component changes
[shape]
(:objects page)
(:id page)
file-id
true
nil
cfsh/prepare-create-artboard-from-selection)
changes (fcb/concat-changes changes changes2)]
cfsh/prepare-create-artboard-from-selection)]
(shape-cb shape)
(:redo-changes changes)))