angular2-draggable icon indicating copy to clipboard operation
angular2-draggable copied to clipboard

Handle Drag is not working when parents' node use *ngIf

Open rayvsun opened this issue 5 years ago • 0 comments

Handle Drag is not working when parents' node use *ngIf

<div style="width: 100%; height: 100%;">
	<div *ngIf="1 === 1">
		<div #GridHandle></div>
	</div>
</div>
		 

please help to fix this issue

rayvsun avatar Dec 14 '18 10:12 rayvsun