Skip to content
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

Added allowsUndo #32

Merged
merged 11 commits into from
Jun 30, 2024
Merged

Added allowsUndo #32

merged 11 commits into from
Jun 30, 2024

Conversation

Condo97
Copy link
Contributor

@Condo97 Condo97 commented Jun 29, 2024

Couple changes to add allowsUndo to (in theory) prevent it from auto-queueing undo and redo actions. Hope to see this added so that I can keep sourcing from your project! Thanks!

@@ -75,6 +77,7 @@ struct UXCodeTextViewRepresentable : UXViewRepresentable {
private let flags : CodeEditor.Flags
private let indentStyle : CodeEditor.IndentStyle
private let inset : CGSize
private let allowsUndo: Bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we align that too ;-)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got u, how's that?

@helje5 helje5 merged commit f5c076b into ZeeZide:main Jun 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants