mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 00:36:58 +00:00
Fixed: Retriggering marquee titles
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user