Merge pull request #287 from EdouardVanbelle/fix/frontend-shared-view

This commit is contained in:
Dionisio Pozo
2026-04-13 14:41:48 +02:00
committed by GitHub
+3 -2
View File
@@ -177,11 +177,12 @@ function switchToSharedSection() {
// Hide actions-bar for shared view
window.setActionsBarMode('hidden');
toggleFileContainer(false);
//reset files view + remove any error
window.ui.resetFilesList();
// Hide file containers
toggleFileContainer(false);
// Show shared view
if (window.sharedView) {
window.sharedView.init();