Skip to content

Commit

Permalink
updating namedChildren
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrasner committed Aug 3, 2023
1 parent e5a5ace commit 066dd8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions object_database/web/content/src/CellHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@ class CellHandler {
const cell = this.activeCells[nodeId];
const data = cell.props;
data[event.data.name] = event.data.value;
this.updateCell(nodeId, {}, data);
cell.rebuildDomElement();
this.updateCell(nodeId, cell.namedChildren, data);
cell.rebuildDomElement();
}
}
}
Expand Down

0 comments on commit 066dd8a

Please sign in to comment.