mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
client: Fix calendar opening notes twice (closes #417)
This commit is contained in:
@@ -184,7 +184,6 @@ export default class CalendarWidget extends RightDropdownButtonWidget {
|
|||||||
|
|
||||||
if (dateNoteId) {
|
if (dateNoteId) {
|
||||||
$newDay.addClass('calendar-date-exists');
|
$newDay.addClass('calendar-date-exists');
|
||||||
$newDay.attr("href", `#root/${dateNoteId}`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.isEqual(this.date, this.activeDate)) {
|
if (this.isEqual(this.date, this.activeDate)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user