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