Skip to content

Commit

Permalink
[lexical-table] Bug Fix: Enable observer updates on table elements at…
Browse files Browse the repository at this point in the history
…tributes change (#6479)
  • Loading branch information
EugeneVorobyev authored Aug 1, 2024
1 parent bed804e commit f373759
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 @@ -151,6 +151,7 @@ export class TableObserver {

this.table = getTable(tableElement);
observer.observe(tableElement, {
attributes: true,
childList: true,
subtree: true,
});
Expand Down

0 comments on commit f373759

Please sign in to comment.