mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-07 21:07:47 +00:00
fix: the takeUntil operator must be last
This commit is contained in:
@@ -959,11 +959,11 @@ class WindowSizeService {
|
||||
height: window.innerHeight,
|
||||
width: window.innerWidth,
|
||||
})),
|
||||
takeUntil(this.destroy$),
|
||||
startWith({
|
||||
height: window.innerHeight,
|
||||
width: window.innerWidth,
|
||||
})
|
||||
}),
|
||||
takeUntil(this.destroy$)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user