(e3)
| 3364 | return t3.length && this._onColor.fire(t3), true; |
| 3365 | } |
| 3366 | setHyperlink(e3) { |
| 3367 | const t3 = e3.split(";"); |
| 3368 | return !(t3.length < 2) && (t3[1] ? this._createHyperlink(t3[0], t3[1]) : !t3[0] && this._finishHyperlink()); |
| 3369 | } |
| 3370 | _createHyperlink(e3, t3) { |
| 3371 | this._getCurrentLinkId() && this._finishHyperlink(); |
| 3372 | const i3 = e3.split(":"); |
no test coverage detected