Geza
Geza
I have the same issue. I have to switch to a new tab after switching project then everything goes back to normal until you switch project again. I have a...
It was nice to see that I was not forced to use composer for once 👍 . Just 1 file and job is done. Nice job. I would change the...
Sure no prob if you wanted it that way :). I thought I mention it because I came across with it as I was looking at how it's implemented. id's...
:) Why would I mind for sure ... I didn't allow duplicate id's when I used Content Edit. Just because I would never want duplicate ids and I never thought...
I needed this to work as well so I ended up bodging it ... : ) 1. Removed .JCLRFlex{width:auto!important;} 2. In syncCols function I have added }else if(t.opt.overflow) { t.css('min-width',...
This seems like a common issues with most of the drag and drop libraries out there. One of them https://github.com/bevacqua/dragula#dragulacontainers-options will work around it by checking the meta keys and...
Style should always be the last according to the style guide https://vuejs.org/v2/style-guide/#Single-file-component-top-level-element-order-recommended Please consider changing it. Otherwise we all have to edit the the code.