chore: update deps
This commit is contained in:
@@ -144,7 +144,7 @@ export function useTabsViewScroll(props: TabsProps) {
|
||||
|
||||
function handleWheel({ deltaY }: WheelEvent) {
|
||||
scrollViewportEl.value?.scrollBy({
|
||||
behavior: 'smooth',
|
||||
// behavior: 'smooth',
|
||||
left: deltaY * 3,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user