trigger
trigger copied to clipboard
triggers cascaded situation
Triggers cascaded, how to stop one of the trigger mouse down event propagation.
I handle it by stopImmediatePropagation now, but when nested more, is not convenient do that one by one.
Is there any interface to do that conveniently?
Is there possible to support?