mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-26 03:31:56 +01:00
review
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
872b7f5110
commit
feab5057bd
@ -292,8 +292,6 @@ function switchVisibleContainers(): void {
|
||||
|
||||
function toggleConferenceVisibility(inConference: boolean): void {
|
||||
document.getElementById("jitsiContainer")!.style.visibility = inConference ? "unset" : "hidden";
|
||||
// Video rooms have a separate UI for joining, so they should never show our join button
|
||||
document.getElementById("joinButtonContainer")!.style.visibility = inConference ? "hidden" : "unset";
|
||||
}
|
||||
|
||||
function skipToJitsiSplashScreen(): void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user