I'm trying to update the text inside TextEditor via code with no luck and i can't find any examples - Xcode swift
basically I would like to create a scrollable multiline log that can be
- highlighted and copy
- have clickable hyper links
TextEditor(text: $textE)
.textFieldStyle(.roundedBorder)
textE = textE + "\n" + textToUpdate2