You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
In a browser window on a stream channel with custom controls, when the chat window is resized, the stream's position changes, but subscribers to display.position() are not notified of that change, so our custom controls stay in the old position.
I get a window resize event when the chat is resized, but I don't get a mixer display position handler update. Shouldn't I?
(When the whole browser window is resized, I do get mixer display position handler updates.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a browser window on a stream channel with custom controls, when the chat window is resized, the stream's position changes, but subscribers to display.position() are not notified of that change, so our custom controls stay in the old position.
I get a window resize event when the chat is resized, but I don't get a mixer display position handler update. Shouldn't I?
(When the whole browser window is resized, I do get mixer display position handler updates.)
The text was updated successfully, but these errors were encountered: