mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5841] - viewer details disappear on button click (#3388)
This commit is contained in:
@@ -49,7 +49,8 @@ import {
|
|||||||
NavigateRouteAction,
|
NavigateRouteAction,
|
||||||
ExpandInfoDrawerAction,
|
ExpandInfoDrawerAction,
|
||||||
ManageRulesAction,
|
ManageRulesAction,
|
||||||
ShowLoaderAction
|
ShowLoaderAction,
|
||||||
|
ToggleInfoDrawerAction
|
||||||
} from '@alfresco/aca-shared/store';
|
} from '@alfresco/aca-shared/store';
|
||||||
import { ContentManagementService } from '../../services/content-management.service';
|
import { ContentManagementService } from '../../services/content-management.service';
|
||||||
import { RenditionService } from '@alfresco/adf-content-services';
|
import { RenditionService } from '@alfresco/adf-content-services';
|
||||||
@@ -318,6 +319,7 @@ export class NodeEffects {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
this.store.dispatch(new ToggleInfoDrawerAction());
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
{ dispatch: false }
|
{ dispatch: false }
|
||||||
|
Reference in New Issue
Block a user