-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I would like to insert an NSAttributedString at the current cursor position. This should be possible with the paste() function.
How do I do this?
let insertion = RichTextInsertion<NSAttributedString>(
content: attributedList,
index: context.selectedRange.location,
moveCursor: true
)
context.paste(insertion)
won't do anything.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working