kendoDragHandle
does not specify a concrete drag handle when nested
#4447
Labels
kendoDragHandle
does not specify a concrete drag handle when nested
#4447
Description
If the kendoDragHandle directive is being applied to a nested element it no longer specifies the drag handle correctly.
Steps To Reproduce
Notice that the whole container is a drag handler:
https://stackblitz.com/edit/angular-vnhjqm-dxtxkv
Actual Behavior
In this case, the button should be the only drag handle, but since it is wrappend in
<div>
the whole container is draggable.Expected Behavior
Only the button should be a drag handle.
The text was updated successfully, but these errors were encountered: