On macOS, fix tabGroup misuse

The property is marked as `Weak`, however we used strong `Id`.

Links: https://github.com/alacritty/alacritty/issues/7249
This commit is contained in:
Kirill Chibisov 2023-10-20 14:05:57 +04:00 committed by GitHub
parent 6a041f84ba
commit c346fb7e61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 10 deletions

View file

@ -39,6 +39,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- Make `WindowBuilder` `Send + Sync`.
- On macOS, fix assertion when pressing `Globe` key.
- On Windows, updated `WM_MOUSEMOVE` to detect when cursor Enter or Leave window client area while captured and send the corresponding events. (#3153)
- On macOS, fix crash when accessing tabbing APIs.
# 0.29.1-beta