guides icon indicating copy to clipboard operation
guides copied to clipboard

The changeGuides event does not trigger

Open taoqingfeng opened this issue 2 years ago • 1 comments

  • component name: ngx-guides

  • component version: 0.17.1 issue:The changeGuides event does not trigger!!!

    ` <ngx-guides #horizontalGuides type="horizontal" class="guides horizontal" [snaps]="horizontalSnapGuides" [snapThreshold]="5" [displayDragPos]="true" [zoom]="eds.scale_val / 100" [unit]="50" (changeGuides)="onChangeGuides($event)"

    `

    onChangeGuides(e) { alert(1); console.log(e.guides); }

taoqingfeng avatar Aug 24 '22 02:08 taoqingfeng

@taoqingfeng

[email protected] is released. Check it again

daybrush avatar Aug 25 '22 15:08 daybrush