Leonardo Martín Crudo
Leonardo Martín Crudo
I don't know if you already resolved it, but I am facing the same problem. It seems that we are trying to read the `process.env` global variable from the Angular...
I needed to add following css rules: ``` .rdw-center-aligned-block * { text-align: center !important; } .rdw-left-aligned-block * { text-align: left !important; } .rdw-right-aligned-block * { text-align: right !important; } .rdw-justify-aligned-block...
I have the same issue. Just waiting for the fix. Thanks!
Hey! I think the option of configuring the `autofocus` property on step declaration is the best choice, like @DaDom proposal. For the moment, what works for my case is set...
Hey @jasonku15. To achieve what you are saying, I'd try to manage those actions first. So, for both actions (`Next` and `AdvanceOn`) the code should't call directly the `tour.next()` or...