orbit-swiftui icon indicating copy to clipboard operation
orbit-swiftui copied to clipboard

Support background for NSAttributedString in `Text`

Open PavelHolec opened this issue 1 year ago • 0 comments

This would enable the support for concatenation of a text that has a specific background.

The native support in AttributedString is not enough (it uses the background for the newline character as well). We need to only use this to non-newline characters.

PavelHolec avatar Apr 22 '23 19:04 PavelHolec