function getOwner()

in src/components/draggable.js [135:137]


function getOwner(el) {
  return el.matches('svg') ? el : el.ownerSVGElement
}