Skip to content

Commit

Permalink
Update packages/lexical/src/LexicalNode.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bob Ippolito <[email protected]>
  • Loading branch information
GermanJablo and etrepum authored Dec 11, 2024
1 parent 110e591 commit b96a12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical/src/LexicalNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class LexicalNode {
*/
getClasses(): ReadonlyClasses {
const self = this.getLatest();
return self.__classes || {};
return self.__classes;
}

/**
Expand Down

0 comments on commit b96a12e

Please sign in to comment.