mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(scroll): fix content dimensions for js scrolling
This commit is contained in:
@@ -450,7 +450,7 @@ export class Content extends Ion implements OnDestroy, OnInit {
|
||||
* @private
|
||||
*/
|
||||
enableJsScroll() {
|
||||
this._scroll.enableJsScroll(this.contentTop, this.contentBottom);
|
||||
this._scroll.enableJsScroll(this._cTop, this._cBottom);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user