RichEditorView
RichEditorView copied to clipboard
Undo/Redo buttons in toolbar don't appear in SwiftUI
How to add undo/redo option. It does not shows up in SwiftUI.
It may be because of safe area insets. Could you try adding that to your root body?
.safeAreaInset(.all) This?
that's my guess. Do you have a screenshot or reproducible example? For instance, is the web view going out of frame as well? Can you see the rest of the items just fine in the toolbar?
Try this one: EditorCode.txt I can not see all buttons, apart from the Undo/Redo/Background colour, apart from this rest are showing just fine.
Another thing, background colour, and text colour is not working either.