How to display the drop point indicator in tree?

When dragging bookmarks in Library, there is a little blue line between items to indicate the drop point.
I have implement the drag & drop feature of my custom tree view, but the indicator seems not a default enabled feature, and I can’t find the related information in MDN…
Is there anyone know how to enable this indicator?

Problem solved.
The lack of “getLevel()” causes the drop feedback disappear.