feat:Environment add scale

This commit is contained in:
pengfei.zhou
2020-04-23 15:38:37 +08:00
committed by osborn
parent d32f714050
commit 9e7c1f04ef
14 changed files with 36 additions and 32 deletions

View File

@@ -2913,8 +2913,7 @@ class List extends Superview {
}
}
scrollToItem(context, index, config) {
var _a;
const animated = (_a = config) === null || _a === void 0 ? void 0 : _a.animated;
const animated = config === null || config === void 0 ? void 0 : config.animated;
return this.nativeChannel(context, 'scrollToItem')({ index, animated, });
}
reset() {

File diff suppressed because one or more lines are too long