Skip to content

Commit

Permalink
fix: 移除不必要的属性'domRect'和'domRange'以简化状态管理
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jan 31, 2025
1 parent 50c85b7 commit c940fff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MarkdownEditor/editor/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ export class EditorStore {
sel: false,
preSelection: false,
container: false,
domRect: false,
domRange: false,
tableCellNode: false,
editor: false,
inputComposition: false,
Expand Down

1 comment on commit c940fff

@vercel
Copy link

@vercel vercel bot commented on c940fff Jan 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.