(t, e, n)
| 14419 | (this.fire(Mv, t, !0), (this._touch = null)); |
| 14420 | } |
| 14421 | fire(t, e, n) { |
| 14422 | const r = n ? this._touch : this._active, |
| 14423 | i = this._handlers[t]; |
| 14424 | if ( |
| 14425 | ((e.vegaType = t), |
| 14426 | t === Fv && r && r.href |
| 14427 | ? this.handleHref(e, r, r.href) |
| 14428 | : (t !== Dv && t !== Cv) || this.handleTooltip(e, r, t !== Cv), |
| 14429 | i) |
| 14430 | ) |
| 14431 | for (let t = 0, n = i.length; t < n; ++t) |
| 14432 | i[t].handler.call(this._obj, e, r); |
| 14433 | } |
| 14434 | on(t, e) { |
| 14435 | const n = this.eventName(t), |
| 14436 | r = this._handlers; |
no test coverage detected