This commit is contained in:
Mirco Wittrien 2019-11-26 12:02:10 +01:00
parent 43910dc0eb
commit 738ab50464
2 changed files with 2 additions and 2 deletions

View File

@ -6292,7 +6292,7 @@ var BDFDB = {
componentWillLeave(e) {if (typeof e == "function") this.timeoutId = setTimeout(e, 300);}
componentWillUnmount() {clearTimeout(this.timeoutId)}
render() {
return BDFDB.ReactUtils.createElement(LibraryModules.animated.div, {
return BDFDB.ReactUtils.createElement(LibraryComponents.Animations.animated.div, {
className: this.props.className,
style: this.props.animatedStyle,
children: this.props.children

File diff suppressed because one or more lines are too long