From c1c832fab717245073c7ae136dd27f72fb8d9d62 Mon Sep 17 00:00:00 2001 From: OlegAba Date: Wed, 28 Dec 2022 00:43:00 -0500 Subject: [PATCH] Fix post button moving after selecting from search result Closes: #167 Changelog-Fixed: Fix post button moving after selecting from search result --- damus/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/ContentView.swift b/damus/ContentView.swift index cafec81d..5a567685 100644 --- a/damus/ContentView.swift +++ b/damus/ContentView.swift @@ -88,7 +88,7 @@ struct ContentView: View { self.active_sheet = .post } } - } + }.ignoresSafeArea(.keyboard, edges: .bottom) } .safeAreaInset(edge: .top) { VStack(spacing: 0) {