Chris Deeming

Results 37 comments of Chris Deeming

I think only this is needed: ```javascript dragula([dndContainer], { direction: 'horizontal' }).on('drag', function(el, source) { scrollable = false; }).on('dragend', function(el, source) { scrollable = true; // your logic on dragend...

I thought changing the order would work too but as I worked through it I think the stuff in the arguments method was overriding it anyway. I'll try the fix...

Kind of ironic but because I now actually want to keep the HTML generated report the recent changes have nerfed that possibility. I'm not 100% clear on what is going...

Also I've been hacking around a bit to try and get it to generate the report and output the correct data but it doesn't. As well as generating the HTML...

Thank you for the detailed reply and quick fix for the infinite loop issue @marcocesarato. My IDE, PhpStorm, seems to struggle with arrow accessors on static methods and a combination...

Commenting again to remove "stale" tag.

I assumed the solution to this would be to use `exitable` but this doesn't appear to do anything.

Six years on, we still set automatic padding to 0 for Mozilla endpoints. Though it looks like we also had to do the same for ucweb.com endpoints (UC Browser): ```php...

Hi @stof what is the current status of 2.0, please?

I miss the days when this editor used to be good. Can't wait to move away, honestly. Issues used to be fixed very quickly, even commented on by the main...