From 8e665e27e75c17e1dcd328354a203bdc259f80ee Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 12 Sep 2024 19:22:58 +0300 Subject: [PATCH] client: Fix calendar opening notes twice (closes #417) --- src/public/app/widgets/buttons/calendar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/public/app/widgets/buttons/calendar.js b/src/public/app/widgets/buttons/calendar.js index 388f8cb61..7d152bdf5 100644 --- a/src/public/app/widgets/buttons/calendar.js +++ b/src/public/app/widgets/buttons/calendar.js @@ -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)) {