Matt Spence

Results 9 comments of Matt Spence
trafficstars

Suspect this is caused when the react component is created and destroyed before Editor JS is fully loaded (Editor JS has a pending promise on `editorJS.isReady` that resolves once fully...

This could work well with a SASS variable `$chartsCssNamespace = ''` that's empty by default. For users who don't want SASS, then compiling to two separate distributions (one with and...

Please can you provide a test case demo of this issue? (Something in JSFiddle or Codepen)

@SelrahcD's sweet fix with overriding via volumes should work well in the meantime, however this seems vulnerable to breaking the underlying code when updating (i.e. config options may be missing,...

👍 Useful edge-case: this would be good, using IDs adds complexity if you use vue2-frappe components inside your own iterative _or_ repeated component. Below are the current work-arounds. ### Workaround...

> @mrspence Hi mate, How did you achieve nesting? Since Loco is transforming the element on the y-axis, I thought this was impossible. I can't get it working Unfortunately not...

This would be a fantastic addition to this issue from November - https://github.com/codex-team/editor.js/issues/822 Essentially the option to import editor JS without any styles would be really useful, so we can...

Perhaps worth noting **how** to adjust timing: you can manually create animation keyframes and adjust their timing like below (change `ease 0.2s` to your preferred timing) ``` // Using SASS...