forked from hazza/dspace-angular
97732 Fixed bug where ContextHelpWrapperComponent subscriptions would not properly be initialized if the application launches with help icons hidden by default
This commit is contained in:
@@ -52,7 +52,7 @@ export class ContextHelpDirective implements OnChanges, OnDestroy {
|
||||
ngOnChanges() {
|
||||
this.clearMostRecentId();
|
||||
this.mostRecentId = this.dsContextHelp.id;
|
||||
this.contextHelpService.add({id: this.dsContextHelp.id}); // TODO: tooltipVisible field
|
||||
this.contextHelpService.add({id: this.dsContextHelp.id, isTooltipVisible: false});
|
||||
|
||||
const factory
|
||||
= this.componentFactoryResolver.resolveComponentFactory(ContextHelpWrapperComponent);
|
||||
|
Reference in New Issue
Block a user