Revert "fix(Tabs): should scroll to current content when mounted (#7411)"
This reverts commit f504245074.
This commit is contained in:
@@ -189,7 +189,6 @@ export default createComponent({
|
|||||||
this.inited = true;
|
this.inited = true;
|
||||||
this.tabHeight = getVisibleHeight(this.$refs.wrap);
|
this.tabHeight = getVisibleHeight(this.$refs.wrap);
|
||||||
this.scrollIntoView(true);
|
this.scrollIntoView(true);
|
||||||
this.scrollToCurrentContent(true);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user