Skip to content

Commit

Permalink
code clear
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jul 11, 2024
1 parent fdf6d9f commit 7373ae1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/Git/ArticleEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ export class ArticleEditor extends Component {
onPathClear = ({ target: { value } }: ChangeEvent<HTMLInputElement>) => {
if (value.trim()) return;

this.meta = null;

this.editorContent = '';
this.reset();
};

fixURL = debounce(() => {
Expand Down

1 comment on commit 7373ae1

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for oss-toolbox ready!

✅ Preview
https://oss-toolbox-5mw9hk3k0-techquerys-projects.vercel.app

Built with commit 7373ae1.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.