feat: add warning to note options menu if note size is >0.5mb (#851)
This commit is contained in:
@@ -314,7 +314,7 @@ export class NotesState {
|
||||
let noteTitle = undefined;
|
||||
if (this.selectedNotesCount === 1) {
|
||||
const selectedNote = Object.values(this.selectedNotes)[0];
|
||||
noteTitle = selectedNote.safeTitle().length
|
||||
noteTitle = selectedNote.title.length
|
||||
? `'${selectedNote.title}'`
|
||||
: 'this note';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user