SwiftUI TextEditor bound to $[Note].content — slow performance?
I’m building simple text editor, which can handle several opened files. I have NotesManager, which stores all opened documents, and I pass binding to each of these notes to views using NavigationLink
.