usablica / intro.js

Lightweight, user-friendly onboarding tour library
http://introjs.com
Other
22.8k stars 2.59k forks source link

disableInteraction in options not working #935

Closed DeveloperSlope3 closed 4 years ago

DeveloperSlope3 commented 5 years ago

Description

I want all steps disableInteraction, so I put them in the options of introJS, not as an atribute of the DOM element.

Expected Behavior

I expect all the steps have the interaction disabled

Actual Behavior

Nothing happens, the interaction is enabled ignoring the value I set. (as an atribute it works perfectly)

JohnArcher commented 4 years ago

Works for me. Maybe you should show your code.