mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
Fix bug: Calendar display incorrect tooltips.
(cherry picked from commit 58fe3a62af03fd2202d8191068e8a6190801721e)
This commit is contained in:
parent
e7d57bc08f
commit
8da5b90aea
@ -105,7 +105,7 @@ export default class CalendarWidget extends RightDropdownButtonWidget {
|
||||
|
||||
if (dateNoteId) {
|
||||
$newDay.addClass('calendar-date-exists');
|
||||
$newDay.attr("href", `#root/dateNoteId`);
|
||||
$newDay.attr("href", `#root/${dateNoteId}`);
|
||||
}
|
||||
|
||||
if (this.isEqual(this.date, this.activeDate)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user