mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix catalog popups timeout
This commit is contained in:
@@ -114,7 +114,7 @@ const CatalogPost = ({post}) => {
|
||||
};
|
||||
|
||||
if (isHoveringOnThread) {
|
||||
const timeoutId = setTimeout(executeLayoutEffectLogic, 500);
|
||||
const timeoutId = setTimeout(executeLayoutEffectLogic, 250);
|
||||
return () => clearTimeout(timeoutId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user