From 68d2e3d606f4ff6a83ebb0362febcba765673bc4 Mon Sep 17 00:00:00 2001 From: Blue Hat <127817147+narukeu@users.noreply.github.com> Date: Thu, 23 May 2024 21:48:36 +0800 Subject: [PATCH] fix(tabs): fix display issue in skyline (#2788) fix the issue with the tabs component under Skyline fix #2786 --- src/tabs/tabs.wxml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tabs/tabs.wxml b/src/tabs/tabs.wxml index 246865134..aaad21320 100644 --- a/src/tabs/tabs.wxml +++ b/src/tabs/tabs.wxml @@ -23,6 +23,7 @@ scroll-with-animation enable-passive show-scrollbar="{{false}}" + type="list" bind:scroll="onScroll" >