Skip to content

Commit

Permalink
Merge pull request #373 from Joe-Max-LK4Job/develop
Browse files Browse the repository at this point in the history
fix: support saving empty file
  • Loading branch information
purocean authored Jan 21, 2025
2 parents 063487d + ea535bf commit 25f3617
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 25f3617

Please sign in to comment.