Skip to content

Commit

Permalink
add THEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Piechota committed May 21, 2024
1 parent bf03bb1 commit d007c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lexical-table/src/LexicalTableObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export class TableObserver {
if (
nodeName === 'TABLE' ||
nodeName === 'TBODY' ||
nodeName === 'THEAD' ||
nodeName === 'TR'
) {
gridNeedsRedraw = true;
Expand Down

0 comments on commit d007c23

Please sign in to comment.