Skip to content

Commit 24f8775

Browse files
committed
Fix timing issue
1 parent e47871a commit 24f8775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/features/calendar/wp-calendar/wp-calendar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ export class WorkPackagesCalendarComponent extends UntilDestroyedMixin implement
161161
);
162162
this.calendar.resize$
163163
.pipe(
164-
this.untilDestroyed(),
165164
debounceTime(50),
165+
this.untilDestroyed(),
166166
)
167167
.subscribe(() => {
168168
this.ucCalendar.getApi().updateSize();

0 commit comments

Comments
 (0)