I have two drop panels one over the other and need the ability to grab the gwt NativeEvent
from a GwtQuery DND DropEvent
so that I can call stopPropagation and preventDefault. Unfortunately this appears to not be available in the GwtQuery DND DropEvent class. Any ideas on how to accomplish this?
The DropEvent is the gwtquery.plugins.droppable.client.events.DropEvent which is a GwtEvent and not any kind of DomEvent.