I have nested vertices and I want to select child vertex on my first click to the child.
Right now when I clicked on a child vertex it selects parent vertex first.
Parent vertex selected first:

For selecting child vertex I have to click again on the child.
Child vertex selected after double click:

How can I select child vertex on my first click?