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
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
### Minor changes and fixes
* #139: Fix colors in old fullpage mode (used for OBS integration for example).
* Fix missing avatars in old fullpage mode (including OBS integration).
## 10.0.0

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)
}