mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Remove iOS-specific code from macOS PostEditorView
This commit is contained in:
parent
10fc24d66a
commit
f2743466eb
@ -143,9 +143,6 @@ struct PostEditorView: View {
|
||||
model.posts.loadCachedPosts()
|
||||
model.publish(post: post)
|
||||
}
|
||||
#if os(iOS)
|
||||
self.hideKeyboard()
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user