()
| 80 | } |
| 81 | |
| 82 | init() { |
| 83 | // Click events - only handle left click |
| 84 | document.addEventListener('click', this.handleClick.bind(this), true); |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Resolve SVG elements to their nearest interactive parent |
nothing calls this directly
no outgoing calls
no test coverage detected