commit c1c832fab717245073c7ae136dd27f72fb8d9d62
parent 25b233f5862c0d6fbc5804041039f059f1051078
Author: OlegAba <mail@olegaba.com>
Date: Wed, 28 Dec 2022 00:43:00 -0500
Fix post button moving after selecting from search result
Closes: #167
Changelog-Fixed: Fix post button moving after selecting from search result
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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) {