Fix missing avatars in old fullpage mode (including OBS integration).

This commit is contained in:
John Livingston
2024-05-21 16:14:04 +02:00
parent 5f4ac233af
commit b26aad90ef
2 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,8 @@ function start () {
stop()
}
root.style.display = 'block' // this is needed, otherwise it won't have any width.
rootResizeObserver.observe(root)
handle(root)
}