Refactor:11; Fix:6; Chore:1; Feat:7; Build:1 #49

Merged
FatttSnake merged 26 commits from FatttSnake into dev 2024-05-06 09:38:28 +08:00
Showing only changes of commit 0e354ca833 - Show all commits

View File

@@ -166,7 +166,13 @@ const FileSelector = ({
<> <>
<div data-component={'playground-file-selector'} className={'tab'}> <div data-component={'playground-file-selector'} className={'tab'}>
<div className={'multiple'}> <div className={'multiple'}>
<HideScrollbar ref={hideScrollbarRef}> <HideScrollbar
ref={hideScrollbarRef}
autoHideWaitingTime={800}
scrollbarWidth={1}
scrollbarAsidePadding={0}
scrollbarEdgePadding={0}
>
<FlexBox direction={'horizontal'} className={'tab-content'}> <FlexBox direction={'horizontal'} className={'tab-content'}>
{tabs.map((item, index) => ( {tabs.map((item, index) => (
<Item <Item