Skip to content

Commit

Permalink
[ACS-5841] - viewer details disappear on button click (#3388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Aug 17, 2023
1 parent b3aeca7 commit 52cc1d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/aca-content/src/lib/store/effects/node.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -318,6 +319,7 @@ export class NodeEffects {
}
});
}
this.store.dispatch(new ToggleInfoDrawerAction());
})
),
{ dispatch: false }
Expand Down

0 comments on commit 52cc1d1

Please sign in to comment.