We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdc456 commit 2f07545Copy full SHA for 2f07545
packages/lexical-table/src/LexicalTableSelectionHelpers.ts
@@ -915,6 +915,7 @@ export function applyTableHandlers(
915
916
const {cell} = interimGridMap[row][col];
917
const originalChildren = cell.getChildren();
918
+ cell.setBackgroundColor(templateCell.getBackgroundColor());
919
templateCell.getChildren().forEach((child) => {
920
if ($isTextNode(child)) {
921
const paragraphNode = $createParagraphNode();
0 commit comments