This commit is contained in:
Mirco Wittrien 2019-11-10 20:05:54 +01:00
parent 9dd3e1a778
commit 09ba19b97f
2 changed files with 2 additions and 2 deletions

View File

@ -6944,7 +6944,7 @@ var BDFDB = {
children: BDFDB.ReactUtils.createElement(LibraryComponents.FormComponents.FormText, {
disabled: this.props.disabled,
type: LibraryComponents.FormComponents.FormText.Types.DESCRIPTION,
children: this.props.note
children: this.props.textscroll ? BDFDB.ReactUtils.createElement(LibraryComponents.TextScroller, {speed: 2, children: this.props.note}) : this.props.note
})
}) : null,
this.props.dividerbottom ? BDFDB.ReactUtils.createElement(LibraryComponents.FormComponents.FormDivider, {

File diff suppressed because one or more lines are too long