Full-screening players from webcall interface is broken #12
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Caused by #11. Fullscreening a player triggers a resize, which immediately replaces the fullscreened player in the DOM, de-fullscreening it.
Need to move the sort logic out of the resize call, as it should have never been there to begin with.