PabloProta / FamyUs

Handle your family home tasks is something boring? This apps will help you on that, check it out!
1 stars 0 forks source link

😊 Resolving list reordering event conflict #66

Closed PabloProta closed 9 months ago

PabloProta commented 9 months ago

[ROOT-CAUSE]: Cause the event propagation is set by default as PointerEvenPass.Main, that means the event goes from the leafs elements on ui tree to the root element, so if any lower element consumes the event the root element will not get the event. [SOLUTION]: Caught the event on initial pass, that's guarantee to the root element, reorderable list, to reorder with any conflict.