Robert
Robert
Had the same problem. The proposed solution works like a charm. Thanks for it! Please merge this pull request.
ok, seems my code actually IS correct. Just needed to retry the next day then it worked. .... exactly once ... now I am stuck in FLOOD_WAIT_1760 :-( But that...
I completely agree with the OP. The "awesme lists" are great collections. But keeping them as markdown pages on github is just simply the wrong tool. We need something like...
Fist of all: You shouldn't do this :-) All Devs in a team should use the same config as far as possible (maybe exept for some local ip adress settings,...
I was Talking about the preconfigured tests in the /test/e2e/ Directory of this template. Meanwhile I found my own solution. I wrote tests that Fan tun against ans Environment (local...
Same problem here. Thank you so much for analyzing this. It is possible exclude attributes from being serialized to JSON. But this doesn't seem to be enough: def generator =...
Ok I found what needs to be changed in the source code. There even already is a variable to configure this: canScrollX, canScrollY. https://github.com/SortableJS/Sortable/blob/e02baa8ebb2a71e93d61c1281ae63e286212ee78/plugins/AutoScroll/AutoScroll.js#L225 Only need to adapt this, so...
+1 defeneitely needed feature
Think out of the box. You have VUE at hand :-) ``` These are your normal sorted elems This is shown when container is empty ``` (Ok you need a...
I totally agree with madebycaliper: There should be a standard solution in Vue.draggable. My "workaround" is working fine as far as I tested it: https://codepen.io/Doogie/pen/qvwjGE