Nick
Nick
Also currently you cannot add alttext to images :(
Same problem here
@atlasan yeah that was my plan B, but I wanted to make sure that there is no other way :) Is it possible to show the node id in the...
Found a solution. I add the id to the title afterwards, so I updated the `onExecute` method: ```js onExecute () { if (!this.title.startsWith('#')) { this.title = `#${this.id} ${this.title}` } const...
Fixed this with the following condition: ```js const SWPrecache = require('sw-precache-webpack-plugin') module.exports = { configureWebpack: config => { if (process.env.NODE_ENV === 'production') { config.plugins.push( new SWPrecache({ cacheId: 'nhb-year-in-pixels', filepath: 'dist/service-worker.js',...
Cypress could be useful too: https://www.cypress.io/
@iRyusa I cannot find `mj-list` in [documentation](https://documentation.mjml.io/). Is there a reason for this? Maybe not fully supported yet?
Same happens with an Xbox gamepad. The automatic focussing via Control Nodes skips several buttons with Joystick. Using the dpad it works fine.
I have the same problem. Any fix in sight?
Same bug on MacOS. Please fix this 🙏