Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/FilesSidebarCallViewApp.vue')
-rw-r--r--src/FilesSidebarCallViewApp.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FilesSidebarCallViewApp.vue b/src/FilesSidebarCallViewApp.vue
index 790455beb..c8a5931f5 100644
--- a/src/FilesSidebarCallViewApp.vue
+++ b/src/FilesSidebarCallViewApp.vue
@@ -25,8 +25,7 @@
<CallView
v-show="isInCall"
:token="token"
- :is-sidebar="true"
- :use-constrained-layout="true" />
+ :is-sidebar="true" />
<PreventUnload :when="isInCall" />
</div>
</template>