mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 16:45:27 +00:00
Fix crash on macOS
This commit is contained in:
parent
34a482f01f
commit
d952601528
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ extension StatusEditor {
|
|||
routerPath: RouterPath(),
|
||||
showActions: false))
|
||||
.accessibilityLabel(status.content.asRawText)
|
||||
.environment(RouterPath())
|
||||
.allowsHitTesting(false)
|
||||
.environment(\.isStatusFocused, false)
|
||||
.padding(.horizontal, .layoutPadding)
|
||||
|
|
Loading…
Reference in a new issue