client: Fix calendar opening notes twice (closes #417)

This commit is contained in:
Elian Doran 2024-09-12 19:22:58 +03:00
parent e6fbf62cf9
commit 8e665e27e7
No known key found for this signature in database

View File

@ -184,7 +184,6 @@ export default class CalendarWidget extends RightDropdownButtonWidget {
if (dateNoteId) {
$newDay.addClass('calendar-date-exists');
$newDay.attr("href", `#root/${dateNoteId}`);
}
if (this.isEqual(this.date, this.activeDate)) {