Fix missing avatars in old fullpage mode (including OBS integration).
This commit is contained in:
parent
5f4ac233af
commit
b26aad90ef
@ -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
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user