this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lol why need to keep checking the text

+1 -1
+1 -1
src/components/translation-block.jsx
··· 81 81 } 82 82 setTranslatedContent(content); 83 83 setUIState('default'); 84 - if (!mini) { 84 + if (!mini && content.trim() !== text.trim()) { 85 85 detailsRef.current.open = true; 86 86 detailsRef.current.scrollIntoView({ 87 87 behavior: 'smooth',