We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e86b7f commit 941b8b9Copy full SHA for 941b8b9
notes_app/view/notes_view.py
@@ -692,8 +692,6 @@ def save_current_section_to_file(self):
692
current_section_text_before = ""
693
# self.file.reload() will remove the current section separator from self.file.section_separators
694
# in case it was deleted or renamed so the current section identifier is added back
695
- # si = SectionIdentifier(section_file_separator=self.text_section_view.section_file_separator, defaults=self.defaults)
696
- #
697
self.file.set_section_content(
698
section_separator=self.text_section_view.section_file_separator,
699
section_content=SECTION_FILE_NEW_SECTION_PLACEHOLDER,
0 commit comments