Calendar: Fix sidemenu date does not update when changing year

This commit is contained in:
nathan 2022-06-07 17:07:56 +02:00
parent 94d534d897
commit e0477c1db4

View File

@ -117,6 +117,7 @@ export class SidemenuDate extends Et2Date
options.shorthandCurrentMonth = true;
options.onMonthChange = this._updateGoButton;
options.onYearChange = this._updateGoButton;
options.nextArrow = "";
options.prevArrow = "";