fix: associate note with selected tag when saving with editor
This commit is contained in:
@@ -346,11 +346,6 @@ class NotesViewCtrl extends PureViewCtrl<{}, NotesState> {
|
||||
return this.application!.getAppState().getSelectedTag();
|
||||
}
|
||||
|
||||
currentTagCanHavePlaceholderNotes() {
|
||||
const selectedTag = this.selectedTag!;
|
||||
return selectedTag.isAllTag || !selectedTag.isSmartTag()
|
||||
}
|
||||
|
||||
private async performReloadNotes() {
|
||||
const tag = this.appState.selectedTag!;
|
||||
if (!tag) {
|
||||
|
||||
Reference in New Issue
Block a user