ClarusDignus
ClarusDignus
I posted the following support topic on WordPress.org. It's of relevance to this issue. > In the editor, Lazy Blocks blocks look different to the standard WordPress blocks, i.e. unlike...
I don't know the answer though I assume the issue is your code, not the plugin. Post your question to https://stackoverflow.com/.
Still an issue. Please fix.
> Actually, I found the solution, on line 114, > > ```js > if (Math.abs(count) > 1) { > ``` > > should be: > > ```js > if (Math.abs(count)...