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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user