Edgar Quintero
Edgar Quintero
When I open up my settings.json to add: "files.associations": { "*.php": "html", "*.js": "html" }, PHP and JS files have their syntax highlighting removed completely.
This SASS doesn't do anything, am I missing something? ``` //////////// STEP TRANSITION ANIMATIONS &.jr_transition { opacity: 0; } &.jr_transition-add { opacity: 1; transform: translateY(0px); } &.jr_transition-add-active { transform: translateY(-100px);...
When the joyride is finished, and I click the button that starts it again, I get `Cannot read property 'beforeStep' of undefined` and `Cannot read property 'afterStep' of undefined`. Example...
# Environment ``` Microsoft Windows [Version 10.0.19042.685] Release: 20.04 WSL2 Linux version 4.19.128-microsoft-standard (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Tue Jun 23 12:58:10 UTC 2020 ``` # Steps to...