()
| 3375 | return -1 !== r2 && (s3 = i3[r2].slice(3) || void 0), this._curAttrData.extended = this._curAttrData.extended.clone(), this._curAttrData.extended.urlId = this._oscLinkService.registerLink({ id: s3, uri: t3 }), this._curAttrData.updateExtended(), true; |
| 3376 | } |
| 3377 | _finishHyperlink() { |
| 3378 | return this._curAttrData.extended = this._curAttrData.extended.clone(), this._curAttrData.extended.urlId = 0, this._curAttrData.updateExtended(), true; |
| 3379 | } |
| 3380 | _setOrReportSpecialColor(e3, t3) { |
| 3381 | const i3 = e3.split(";"); |
| 3382 | for (let e4 = 0; e4 < i3.length && !(t3 >= this._specialColors.length); ++e4, ++t3) if ("?" === i3[e4]) this._onColor.fire([{ type: 0, index: this._specialColors[t3] }]); |
no test coverage detected