[ACS-5841] - viewer details disappear on button click (#3388)

This commit is contained in:
DominikIwanek
2023-08-17 12:11:42 +02:00
committed by GitHub
parent b3aeca7bfd
commit 52cc1d174e

View File

@@ -49,7 +49,8 @@ import {
NavigateRouteAction,
ExpandInfoDrawerAction,
ManageRulesAction,
ShowLoaderAction
ShowLoaderAction,
ToggleInfoDrawerAction
} from '@alfresco/aca-shared/store';
import { ContentManagementService } from '../../services/content-management.service';
import { RenditionService } from '@alfresco/adf-content-services';
@@ -318,6 +319,7 @@ export class NodeEffects {
}
});
}
this.store.dispatch(new ToggleInfoDrawerAction());
})
),
{ dispatch: false }