mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-12 22:24:40 +08:00
FolderView: Implement selecting a note
This is disabled for now, untill I expose the actions which should be performed when selecting a note.
This commit is contained in:
@ -85,6 +85,7 @@ class NoteSearchDelegate extends SearchDelegate<Note> {
|
||||
showSummary: true,
|
||||
noteTapped: (Note note) => openNoteEditor(context, note, folder),
|
||||
noteLongPressed: (Note note) {},
|
||||
isNoteSelected: (n) => false,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user