Closed sahilchaddha closed 7 years ago
Fixed an Issue of Offset not being resetting on Text Change. Steps to Reproduce : 1.Set a large text and let it Scroll. 2.Change the Text
Actual Result : The Offset of Marquee Label is not reset to 0. Expected Result : Offset should be reset to 0.
Added Check for Text Length Changed & Reset offset in WillRecieveProps()
awesome, thanks @sahilchaddha !
Hi, I published version react-marquee@0.1.1 regarding this PR in case you need it.
react-marquee@0.1.1
@jasonslyvia Thank you :)
Fixed an Issue of Offset not being resetting on Text Change. Steps to Reproduce : 1.Set a large text and let it Scroll. 2.Change the Text
Actual Result : The Offset of Marquee Label is not reset to 0. Expected Result : Offset should be reset to 0.
Added Check for Text Length Changed & Reset offset in WillRecieveProps()