Edwin Lunandy
Edwin Lunandy
Still experiencing the issue. My workaround for now: ``` on: { afterInit: () => { this.slideTo(0); }, } ```
This appears to be caused by [Enhanced Tracking Protection](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop) on Firefox. The preview frame works fine if ETP is disabled. @hauptrolle I can look into refactoring to Sandpack if you'd...
Basically wrapping the interaction text with `` and adding `` tag. That will allow user to style the interaction link with font icon.  With the current markup it's impossible...
That only works on image file, it won't work on font-icon. The proposed PR will allow both font icon and image file.
@arseneoaa Adding 3rd argument doesn't seem to work on controller as styntax. ``` html ``` Any clue? Thanks