in antora-ui/src/js/01-nav.js [143:147]
function findNextElement (from, selector) { var el = from.nextElementSibling if (!el) return return selector ? el[el.matches ? 'matches' : 'msMatchesSelector'](selector) && el : el }