Skip to content

Commit

Permalink
fix error for starting name with =
Browse files Browse the repository at this point in the history
  • Loading branch information
Shopiley committed Nov 22, 2024
1 parent 0307ece commit 60be703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical/src/LexicalEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ export class LexicalEditor {
* If any existing nodes are in the DOM, and skipInitialization is not true, the listener
* will be called immediately with an updateTag of 'registerMutationListener' where all
* nodes have the 'created' NodeMutation. This can be controlled with the skipInitialization option
* (The default was previously true for backwards compatibility with <= 0.16.1 but has been changed to false as of 0.21.0).
* (whose default was previously true for backwards compatibility with &lt;=0.16.1 but has been changed to false as of 0.21.0).
*
* @param klass - The class of the node that you want to listen to mutations on.
* @param listener - The logic you want to run when the node is mutated.
Expand Down

0 comments on commit 60be703

Please sign in to comment.