You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UIDragger emits both onClick and onDrop when uidrop happens. This is because uidrop comes from the space's up event (UI.ts#L449) which emits onClick (UI.ts#L361). This can be managed in user land (that's what I do so far), but there may be an opportunity for a better behaviour. What are your thoughts on this?
If interested, I can have a go at starting a PR.
The text was updated successfully, but these errors were encountered:
A bit of a follow up to #63.
UIDragger emits both
onClick
andonDrop
whenuidrop
happens. This is becauseuidrop
comes from the space'sup
event (UI.ts#L449) which emitsonClick
(UI.ts#L361). This can be managed in user land (that's what I do so far), but there may be an opportunity for a better behaviour. What are your thoughts on this?If interested, I can have a go at starting a PR.
The text was updated successfully, but these errors were encountered: