Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b99e61

Browse files
copy disabled/hidden fields on duplicating container based comps
1 parent88d6b5a commit0b99e61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎client/packages/lowcoder/src/comps/utils/gridCompOperator.ts‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ export class GridCompOperator {
138138
constcompInfo=parseCompType(compType);
139139
constcompName=nameGenerator.genItemName(compInfo.compName);
140140
constcompJSONValue=isContainer(itemComp.children.comp)
141-
?itemComp.children.comp.getPasteValue(nameGenerator)
141+
?{
142+
...itemComp.children.comp.toJsonValue(),
143+
...itemComp.children.comp.getPasteValue(nameGenerator)asRecord<string,any>,
144+
}
142145
:itemComp.children.comp.toJsonValue();
143146
copyCompNames.add(compName);
144147
multiAddActions.push(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp