mirror of
https://github.com/Readarr/Readarr
synced 2026-01-07 08:07:42 +01:00
Fixed: Retriggering marquee titles
This commit is contained in:
parent
5192c76717
commit
9d77337726
1 changed files with 2 additions and 2 deletions
|
|
@ -112,8 +112,6 @@ class Marquee extends Component {
|
|||
key={key}
|
||||
className={styles.container}
|
||||
onMeasure={this.onContainerMeasure}
|
||||
onMouseEnter={this.onHandleMouseEnter}
|
||||
onTouchStart={this.onHandleMouseEnter}
|
||||
>
|
||||
<div
|
||||
className={classNames(
|
||||
|
|
@ -122,6 +120,8 @@ class Marquee extends Component {
|
|||
)}
|
||||
style={style}
|
||||
onTransitionEnd={this.onTransitionEnd}
|
||||
onMouseEnter={this.onHandleMouseEnter}
|
||||
onTouchStart={this.onHandleMouseEnter}
|
||||
>
|
||||
<span
|
||||
ref={(el) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue