🐛 fix: Remove unused createEmptyEditorState function #7#9
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR cleans up dead code by removing the unused createEmptyEditorState helper and deleting an obsolete Lexical patch file. Class diagram for removal of createEmptyEditorState functionclassDiagram
class JSONDataSource {
+read(editor: LexicalEditor, data: any)
}
%% Removed function
class createEmptyEditorState {
-EditorState
}
createEmptyEditorState --|> JSONDataSource : removed
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
👍 @ilimei |
|
❤️ Great PR @ilimei ❤️ |
|
🎉 This PR is included in version 1.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
Remove unused createEmptyEditorState function
📝 补充信息 | Additional Information