diff --git a/Packages/ComposeUI/Sources/ComposeUI/Views/ComposeView.swift b/Packages/ComposeUI/Sources/ComposeUI/Views/ComposeView.swift index b4afc4d7..a2b926c8 100644 --- a/Packages/ComposeUI/Sources/ComposeUI/Views/ComposeView.swift +++ b/Packages/ComposeUI/Sources/ComposeUI/Views/ComposeView.swift @@ -139,7 +139,8 @@ private struct ComposeViewBody: View { if config.showToolbar { toolbarView .frame(maxHeight: .infinity, alignment: .bottom) - .ignoresSafeArea(.keyboard) + // TODO: use a input accessory view (controller) for the toolbar +// .ignoresSafeArea(.keyboard) .transition(.move(edge: .bottom)) .animation(.snappy, value: config.showToolbar) }