mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	chore: smaller auto scroll interval
This commit is contained in:
		@@ -387,7 +387,7 @@ function useScrollToBottom() {
 | 
			
		||||
      if (autoScroll.current) {
 | 
			
		||||
        scrollToBottom();
 | 
			
		||||
      }
 | 
			
		||||
    }, 100);
 | 
			
		||||
    }, 30);
 | 
			
		||||
    return () => clearInterval(intervalId);
 | 
			
		||||
    // eslint-disable-next-line react-hooks/exhaustive-deps
 | 
			
		||||
  }, []);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user