This commit is contained in:
Mirco Wittrien 2019-11-09 12:55:14 +01:00
parent 19927557d4
commit d089f369b9
2 changed files with 2 additions and 2 deletions

View File

@ -6748,7 +6748,7 @@ var BDFDB = {
})
}),
popoutClassName: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.quickselectpopout, this.props.popoutClassName, BDFDB.disCN.quickselectpopoutwrapper, this.props.scroller && BDFDB.disCN.quickselectpopoutscroll),
animation: BDFDB.LibraryComponents.PopoutContainer.Animation.SCALE,
animation: BDFDB.LibraryComponents.PopoutContainer.Animation.TRANSLATE,
position: BDFDB.LibraryComponents.PopoutContainer.Positions.BOTTOM,
align: BDFDB.LibraryComponents.PopoutContainer.Align.RIGHT,
renderPopout: instance => {

File diff suppressed because one or more lines are too long