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

Fix dead-lock in TextEdit on touch-screens #1118

Merged
merged 2 commits into from
Jan 15, 2022
Merged

Conversation

emilk
Copy link
Owner

@emilk emilk commented Jan 15, 2022

Introduced in #1035

Fixes #1116

It is pretty annoying that the scope of a Mutex lock extends outside the need for it.

@emilk emilk merged commit ad54187 into master Jan 15, 2022
@emilk emilk deleted the fix-textedit-deadlock branch January 15, 2022 21:40
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.

TextEdit panics on mobile on web
1 participant