Gabor Orszaczky

Results 6 comments of Gabor Orszaczky

is there a way to install 3.0? in chrome web store i still see 2.17.0 as latest

I found a temporary solution by commenting out the following line: // if (data && data.initialized) return;

However this created another problem: If the result list fits a single page (no pagination needed so there is no href on the first page, "Loading..." is displayed on the...

The Loading... html was displayed because jScroll wanted to GET "/undefined" from the server. Here is how i fixed it: ``` // Initialization if (_nextHref != 'undefined') { $e.data('jscroll', $.extend({},...

can we add a config parameter to disable redux dev tools for the react-beautiful-dnd store? it has no practical use, just pollutes my dev tools. if needed we should be...

Not sure if we ran into the same issue. In my tests handler always evaluated to noop, so the function never got called. To get it working without an isolate...