We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bafaa1 commit 0430f12Copy full SHA for 0430f12
packages/@lightningjs/ui-components/src/components/TextBox/TextBox.js
@@ -321,7 +321,7 @@ export default class TextBox extends Base {
321
}
322
323
_toggleMarquee(contentTag) {
324
- if (!contentTag) return;
+ // do not just return if there is no contentTag, we may still need to alpha the Marquee
325
if (this.marquee) {
326
if (contentTag) {
327
contentTag.alpha = 0.001;
0 commit comments