frontend for xcvr appview

maybe this one

+1 -1
+1 -1
src/lib/components/AutoGrowTextArea.svelte
··· 54 if (selectionStart !== selectionEnd || selectionStart === null) { 55 return null; 56 } 57 - const text = inputEl.innerText; 58 let colonPos = -1; 59 for ( 60 let i = selectionStart - 1;
··· 54 if (selectionStart !== selectionEnd || selectionStart === null) { 55 return null; 56 } 57 + const text = inputEl.value; 58 let colonPos = -1; 59 for ( 60 let i = selectionStart - 1;