Lukas Oppermann

Results 349 comments of Lukas Oppermann
trafficstars

@Barabazs @mike16889 the way I understood it, the function can be used for more complex filtering. E.g. you could check if an item is a specific type, if the text...

Hey, this makes sense. If you could send a PR I would love to merge it.

Hey, sadly it is a bit more complex, as drag events don't work on mobile same for this example: https://developer.mozilla.org/en-US/docs/Web/Events/dragstart. To add this feature I think you would need to...

Hey @mike16889 thank you for the link. Would you like to send a PR to add this?

Hey @mike16889, great idea. Would you like to send a PR updating the Readme.md file? If so, please link to the repos main page https://github.com/Bernardo-Castilho/dragdroptouch

Ahhm sorry, we have travis set up for this repo. I am actually talking about doing end-to-end integration testing on top of unit test (which is what we currently do)....

Hey, this is somewhat of a bug, yes. To allow for other features and fix some issues we had to change a lot of things which lead to the current...

Hey @heyyo-droid that is an interesting ideas, If you want to send a PR that would be great.

Hmm, is it fired before on the list, the item is removed from? Maybe we should have separate events for item removed and item added, so you actually know what...

Hey @kaffarell please verify what I am saying, but I think you could cast options to here: https://github.com/lukasoppermann/html5sortable/blob/a19d77834cf63eccb8d1fba12b6cb27f6be1d464/src/html5sortable.ts#L267 because at this point it will always be a configuration, correct? Otherwise...