McCrafterIV

Results 15 comments of McCrafterIV

I face the same problem. When an element is dragged from zone A to zone B, I need to be notified on zone A (e.g. via an event listener) that...

The consider event listening on zone A only gives the zone A HTML elements in the event details. Nowhere is Zone B mentioned. `originalTarget`, `explicitOriginalTarget` and `srcElement` are the same...

If I create a global store which saves the current element on consider events, it will update it each time I drag the element over a new zone. For example:...

I completely missed the trigger parameter, thank you! Using the trigger parameter I can implement your suggestion. This solves my problem for now. Thank you for the help and awesome...

I would like to know if and how this would be possible as well. There may be a workaround involving hiding the temporary elements and analyzing the before and after...

Imagine you have a file picker you want to implement. Every file should be draggable and droppable in other folders. But if you press shift, you want to be able...

From my research, there are not many other good dnd libraries out there. I don't think this should be a thing the user has to configure but rather an option...

Yeah I saw the function and figured that it is a helper for generating a random number with specific requirements. I've done some testing after reading your answer and figured...

So a different `registrationId` is to be used for each user. I understand the `UserID` in the Signal docs (like Sesame) to be e.g. a username or other type of...

What do you define as a login state? If you see a login state as the period where a user is authenticated against the server, I don't see where the...