Drag and drop of tree

Hi, is there a way if you drag the item on itself, it will have a disable sign

Hello @manjaaay,

is there a way if you drag the item on itself, it will have a disable sign

It is possible to rely on both CSS selectors and global event onDragMode, which indicates the start and end of DnD in Webix UI.
While the cursor on a source item can be changed with the :active selector, the element where “no-drop” cursor is required should get the needed CSS dynamically.

Please check the next snippet:
https://snippet.webix.com/buv6lvkc