mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 02:30:03 +00:00
fix: panel animation not playing
This commit is contained in:
parent
fb28dd1233
commit
1018b445f8
1 changed files with 2 additions and 2 deletions
|
|
@ -82,9 +82,9 @@ export class BetterDrawerContainerComponent implements OnDestroy {
|
|||
switchMap((isNavigating) =>
|
||||
isNavigating ? of(true) : timer(100).pipe(map(() => false)),
|
||||
),
|
||||
startWith(true), // Start with animations disabled
|
||||
startWith(false), // Start with animations enabled
|
||||
),
|
||||
{ initialValue: true },
|
||||
{ initialValue: false },
|
||||
);
|
||||
|
||||
// Computed signal that determines if animations should be skipped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue