Topic: Add an selectOnDrag option to Mif.Tree.Drag
Please add an option for disabling auto-select on dragging over an node.
If i comment this line out:
if(target && target.tree) this.tree.select(target);
i don´t see an insertion marker (blue small line) any more.
How should i fix this?
thx André