We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47871a commit 24f8775Copy full SHA for 24f8775
frontend/src/app/features/calendar/wp-calendar/wp-calendar.component.ts
@@ -161,8 +161,8 @@ export class WorkPackagesCalendarComponent extends UntilDestroyedMixin implement
161
);
162
this.calendar.resize$
163
.pipe(
164
- this.untilDestroyed(),
165
debounceTime(50),
+ this.untilDestroyed(),
166
)
167
.subscribe(() => {
168
this.ucCalendar.getApi().updateSize();
0 commit comments