-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undo/Redo buttons in toolbar don't appear in SwiftUI #25
Comments
It may be because of safe area insets. Could you try adding that to your root body? |
.safeAreaInset(.all) |
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: |
Another thing, background colour, and text colour is not working either. |
How to add undo/redo option. It does not shows up in SwiftUI.
The text was updated successfully, but these errors were encountered: