mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
ETAPI auth, spec improvements etc.
This commit is contained in:
@@ -55,7 +55,7 @@ export default class CalendarWidget extends RightDropdownButtonWidget {
|
||||
this.$dropdownContent.on('click', '.calendar-date', async ev => {
|
||||
const date = $(ev.target).closest('.calendar-date').attr('data-calendar-date');
|
||||
|
||||
const note = await dateNoteService.getDateNote(date);
|
||||
const note = await dateNoteService.getDayNote(date);
|
||||
|
||||
if (note) {
|
||||
appContext.tabManager.getActiveContext().setNote(note.noteId);
|
||||
|
||||
Reference in New Issue
Block a user