Skip to content

Commit 9cbf712

Browse files
ryanjduffyviodragon2
authored andcommitted
ENYO-5623: Fix ui/Marquee to stop when blurred during restart timer (#1935)
* fix synchronized marquees to stop when blurred during restart timer Signed-off-by: Ryan Duffy <ryan.duffy@lge.com> * change log Signed-off-by: Ryan Duffy <ryan.duffy@lge.com>
1 parent 2a22624 commit 9cbf712

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/ui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The following is a curated list of changes in the Enact ui module, newest changes on the top.
44

5+
## [unreleased]
6+
7+
### Fixed
8+
9+
- `ui/Marquee` to stop when blurred during restart timer
10+
511
## [2.1.2] - 2018-09-04
612

713
### Fixed

packages/ui/Marquee/MarqueeController.js

-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ const MarqueeController = hoc(defaultConfig, (config, Wrapped) => {
230230
handleComplete = (component) => {
231231
const complete = this.markReady(component);
232232
if (complete) {
233-
this.cancelJob.stop();
234233
this.markAll(STATE.ready);
235234
this.dispatch('start');
236235
}

0 commit comments

Comments
 (0)