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 (facebook#6479)
  • Loading branch information
EugeneVorobyev authored and jkjk822 committed Aug 26, 2024
1 parent ccdf27b commit 4888de2
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 4888de2

Please sign in to comment.