{ const text = textareaElement.innerText; if (text === '\n') { value = ''; return; } value = text; }} on:paste={handlePaste} data-placeholder={placeholder} />