Skip to content

Commit

Permalink
chore: 移除调试日志,清理Markdown编辑器插件代码
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Feb 18, 2025
1 parent 1191564 commit 65f813b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MarkdownEditor/editor/plugins/withMarkdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ export const withMarkdown = (editor: Editor) => {
};

editor.apply = (operation) => {
if (operation.type === 'set_selection' && operation.newProperties) {
console.log('set_selection', operation);
}
if (
operation.type === 'merge_node' &&
operation.properties?.type === 'table-cell'
Expand Down

1 comment on commit 65f813b

@vercel
Copy link

@vercel vercel bot commented on 65f813b Feb 18, 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.