test bota #77

Closed
Raykov-MS wants to merge 373 commits from test into main
Showing only changes of commit 562707f418 - Show all commits

View File

@ -42,7 +42,7 @@ export function setNewValueToData(data, colId, rowId, value) {
}
export function updateCells(data, newRows) {
const updatedRows = JSON.parse(JSON.stringify(data));
const updatedRows = structuredClone(data);
function deepMerge(target, source) {
if (!source || typeof source !== "object") {