Skip to content

fix🐛: input-table的单元格name存在点时数据没有合并#21326

Open
52flutter wants to merge 1 commit intobaidu:masterfrom
52flutter:hotfix/issues-14136
Open

fix🐛: input-table的单元格name存在点时数据没有合并#21326
52flutter wants to merge 1 commit intobaidu:masterfrom
52flutter:hotfix/issues-14136

Conversation

@52flutter
Copy link
Contributor

@github-actions
Copy link

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@github-actions github-actions bot added the fix label Feb 25, 2026
// 一旦有修改,就创建个新对象。
ret = ret !== to ? ret : {...to};
ret[key] = value;
ret[key] = newValue;

Check warning

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
from
to
ret
without guarding against prototype pollution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant