mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
This reverts commit 630b1043a9
.
This commit is contained in:
@@ -49,11 +49,9 @@ export class ClipboardDirective {
|
||||
|
||||
@HostListener('mouseenter')
|
||||
showTooltip() {
|
||||
if (this.placeholder) {
|
||||
const componentFactory = this.resolver.resolveComponentFactory(ClipboardComponent);
|
||||
const componentRef = this.viewContainerRef.createComponent(componentFactory).instance;
|
||||
componentRef.placeholder = this.placeholder;
|
||||
}
|
||||
const componentFactory = this.resolver.resolveComponentFactory(ClipboardComponent);
|
||||
const componentRef = this.viewContainerRef.createComponent(componentFactory).instance;
|
||||
componentRef.placeholder = this.placeholder;
|
||||
}
|
||||
|
||||
@HostListener('mouseleave')
|
||||
|
Reference in New Issue
Block a user