isaacplmann / ngx-tour

Product Tour Built in Angular

Home Page:https://isaacplmann.github.io/ngx-tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

popperSettings -> disabled is not working

meanking opened this issue · comments

I am going to disable first step (for example) under specific condition.
So I used disabled of popperSettings like below.
steps.forEach((step, index) => { if (step.stepId == 'tour.step.1') { step.popperSettings = { disabled: true }; } })

But is doesn't work.
Please let me know how I can make it work.

@isaacplmann
How are you?
I need your help as soon as possible.