Fix crash on macOS

This commit is contained in:
Thomas Ricouard 2024-01-07 09:37:18 +01:00
parent 34a482f01f
commit d952601528

View file

@ -132,6 +132,7 @@ extension StatusEditor {
routerPath: RouterPath(),
showActions: false))
.accessibilityLabel(status.content.asRawText)
.environment(RouterPath())
.allowsHitTesting(false)
.environment(\.isStatusFocused, false)
.padding(.horizontal, .layoutPadding)