fix: fixed column span problem , now if row is incremented the columnSpan follows, same for col
This commit is contained in:
@@ -719,7 +719,7 @@ class Widget extends React.Component {
|
||||
})
|
||||
|
||||
// Set the value at the last key
|
||||
if (nestedObject[lastKey])
|
||||
if (nestedObject[lastKey]) // TODO: remove this check, else won't be able to catch buggy data
|
||||
nestedObject[lastKey].value = value
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user