Skip to content

Commit

Permalink
fix: support saving empty file
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Max-LK4Job committed Jan 21, 2025
1 parent 063487d commit ea535bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/renderer/components/DefaultEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ export default defineComponent({
return
}
if (!currentContent.value) {
return
}
if (file.repo === HELP_REPO_NAME) {
return
}
Expand Down

0 comments on commit ea535bf

Please sign in to comment.