Skip to content

Commit

Permalink
fix unexpected character error for =
Browse files Browse the repository at this point in the history
  • Loading branch information
Shopiley committed Nov 22, 2024
1 parent ac23c3a commit 3b15093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-website/docs/concepts/listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ handle external UI state and UI features relating to specific types of node.
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).

```js
const removeMutationListener = editor.registerMutationListener(
Expand Down

0 comments on commit 3b15093

Please sign in to comment.