Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The changeGuides event does not trigger #55

Open
taoqingfeng opened this issue Aug 24, 2022 · 1 comment
Open

The changeGuides event does not trigger #55

taoqingfeng opened this issue Aug 24, 2022 · 1 comment
Labels
bug Something isn't working complete

Comments

@taoqingfeng
Copy link

  • 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); }

@daybrush daybrush added the bug Something isn't working label Aug 25, 2022
@daybrush
Copy link
Owner

@taoqingfeng

ngx-guides@0.17.2 is released. Check it again

daybrush added a commit that referenced this issue Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working complete
Projects
None yet
Development

No branches or pull requests

2 participants