MCPcopy Create free account
hub / github.com/Bitbox-Connect/Bitbox / scrollToBottom

Function scrollToBottom

client/src/component/Discussion.jsx:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 const emojis = ['😊', '😂', '❤️', '👍', '🎉', '🔥', '✨', '🌟'];
27
28 const scrollToBottom = () => {
29 messagesEndRef.current?.scrollIntoView({ behavior: 'smooth' });
30 };
31
32 useEffect(() => {
33 scrollToBottom();

Callers 1

DiscussionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected