-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(overlay): onPositionChange stream not being completed #8562
fix(overlay): onPositionChange stream not being completed #8562
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
13d8d30
to
20c4241
Compare
Can you check the CI error |
20c4241
to
3c7526a
Compare
The CI failures are coming in from master. |
3c7526a
to
19301d0
Compare
19301d0
to
9a263d6
Compare
@crisbeto The Travis failure is a real failure: no variable |
Completes the `onPositionChange` stream when the position strategy is disposed. Also cleans up a few cases that were unsubscribing from it explicitly.
9a263d6
to
5678c08
Compare
Fixed @tinayuangao. Seems like I made a mistake while rebasing. |
Completes the `onPositionChange` stream when the position strategy is disposed. Also cleans up a few cases that were unsubscribing from it explicitly.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Completes the
onPositionChange
stream when the position strategy is disposed. Also cleans up a few cases that were unsubscribing from it explicitly.