Fix bug: Calendar display incorrect tooltips.

(cherry picked from commit 58fe3a62af03fd2202d8191068e8a6190801721e)
This commit is contained in:
vaifix 2023-08-28 20:43:03 +08:00 committed by zadam
parent e7d57bc08f
commit 8da5b90aea

View File

@ -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)) {