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(macos): race condition when toggling traffic light, close tauri#9210 #901

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

pewsheen
Copy link
Contributor

@pewsheen pewsheen commented Apr 3, 2024

Issue: tauri-apps/tauri#9210

styleMask is a bitmask. When toggling minimize, maximize and close buttons, they will call an async setter and overwrite each other's mask if they are called in a short time.

@pewsheen pewsheen requested a review from a team as a code owner April 3, 2024 06:26
@amrbashir amrbashir merged commit 9ef1379 into dev Apr 3, 2024
9 checks passed
@amrbashir amrbashir deleted the fix/style-mask-race-condition branch April 3, 2024 15:25
@github-actions github-actions bot mentioned this pull request Apr 3, 2024
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