mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
feat(slides): add swiper controller (#9983)
This commit is contained in:
@ -618,6 +618,9 @@ export function update(s: Slides, plt: Platform, updateTranslate?: boolean) {
|
||||
}
|
||||
|
||||
if (updateTranslate) {
|
||||
if (s._spline) {
|
||||
s._spline = undefined;
|
||||
}
|
||||
if (s.freeMode) {
|
||||
forceSetTranslate();
|
||||
if (s.autoHeight) {
|
||||
|
Reference in New Issue
Block a user