chore: prettier files

This commit is contained in:
Mo
2022-05-03 10:51:40 -05:00
parent f5a90060ea
commit 43d94fbcbf
127 changed files with 1365 additions and 2428 deletions

View File

@@ -208,14 +208,9 @@ export class AppState {
const selectedTag = this.selectedTag
const activeRegularTagUuid =
selectedTag && selectedTag instanceof SNTag ? selectedTag.uuid : undefined
const activeRegularTagUuid = selectedTag && selectedTag instanceof SNTag ? selectedTag.uuid : undefined
await this.application.noteControllerGroup.createNoteView(
undefined,
title,
activeRegularTagUuid,
)
await this.application.noteControllerGroup.createNoteView(undefined, title, activeRegularTagUuid)
}
getActiveNoteController() {
@@ -304,9 +299,7 @@ export class AppState {
}
}
const changedOrInserted = [...changed, ...inserted].filter(
(i) => i.content_type === ContentType.Note,
)
const changedOrInserted = [...changed, ...inserted].filter((i) => i.content_type === ContentType.Note)
const selectedTag = this.tags.selected