I have written code in my Angular app to get the text snippet selected/highlighted by the user into a text area: In my component, I have: This works; meaning the text I select appears in the text box, but as soon as I click in that box (or click anywhere on the page) the text disappears. What am I doing