-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove spyMetadata and domMetadata references (#6266)
**Problem:** A few places in the codebase refer to EditorState.domMetadata and EditorState.spyMetadata. This was never supposed to be happening, but it was never urgent to fix this, because both the domMetadata and spyMetadata behaved in a reliable way. But the upcoming dom-walker refactor pull requests will remove these helper states, and unify everything into EditorState.jsxMetadata. **Fix:** To make the big PR cleaner, I am now deleting uses of spyMetadata and domMetadata, and move all code to only use jsxMetadata
- Loading branch information
1 parent
f0e3337
commit 454cc9a
Showing
6 changed files
with
259 additions
and
1,860 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.