From 8444c6f2f03b4a43102245acce43539c480d2d06 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 24 Sep 2022 22:59:47 +0800 Subject: [PATCH] fix(Tabs): incorrect scroll position in some cases (#11085) --- .../test/__snapshots__/index.spec.ts.snap | 2 +- packages/vant/src/tab/Tab.tsx | 19 +++++++++++++++++-- .../test/__snapshots__/index.spec.tsx.snap | 4 ++-- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/packages/vant/src/cascader/test/__snapshots__/index.spec.ts.snap b/packages/vant/src/cascader/test/__snapshots__/index.spec.ts.snap index e54dfa74d..3f601e500 100644 --- a/packages/vant/src/cascader/test/__snapshots__/index.spec.ts.snap +++ b/packages/vant/src/cascader/test/__snapshots__/index.spec.ts.snap @@ -111,7 +111,7 @@ exports[`should update tabs when previous tab is clicked 1`] = `
-
{ + if (val) { + hasInactiveClass.value = false; + } else { + // mark tab as inactive until the active tab is rendered + // to avoid incorrect scroll position or other render issue + // https://github.com/youzan/vant/issues/11050 + doubleRaf(() => { + hasInactiveClass.value = true; + }); + } + }); + watch( () => props.title, () => { @@ -109,7 +124,7 @@ export default defineComponent({ -
-