client/src/assets/player/shared/control-bar/storyboard-plugin.ts
Function hijackMouseTooltip
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private hijackMouseTooltip (evt: Event) {
const sprite = this.sprites[this.url]
const imgWidth = sprite.naturalWidth
const imgHeight = sprite.naturalHeight
const seekBarEl = this.seekBar.el()