chore: removed unnecessary warning
This commit is contained in:
@@ -235,10 +235,6 @@ export class NoteViewController implements ItemViewControllerInterface {
|
||||
|
||||
const isTemplate = this.isTemplateNote
|
||||
|
||||
if (typeof document !== 'undefined' && document.hidden) {
|
||||
void this.application.alertService.alert(InfoStrings.SavingWhileDocumentHidden)
|
||||
}
|
||||
|
||||
if (isTemplate) {
|
||||
await this.insertTemplatedNote()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user