feat: notes display criteria (#530)

* feat: notes display criteria

* chore: remove unused code

* chore: update names

* chore: update snjs version
This commit is contained in:
Mo Bitar
2021-03-04 12:22:14 -06:00
committed by GitHub
parent 9d017b5745
commit e0ab938ccf
7 changed files with 27 additions and 97 deletions

View File

@@ -259,7 +259,7 @@ export class AppState {
async createEditor(title?: string) {
const activeEditor = this.getActiveEditor();
const activeTagUuid = this.selectedTag
? this.selectedTag.isSmartTag()
? this.selectedTag.isSmartTag
? undefined
: this.selectedTag.uuid
: undefined;