[TabLayout] setTimeout 0

This commit is contained in:
고동영
2024-05-29 13:24:48 +09:00
parent f21ceb6ad2
commit 615ddfc368
2 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ const TabItemBase = ({
const itemRef = useRef();
const clearPressedJob = useRef(
new Job((func) => {
setTimeout(func, 100);
}, 100)
setTimeout(func, 0);
}, 0)
);
const _onClick = useCallback(
(ev) => {