Remove iOS-specific code from macOS PostEditorView

This commit is contained in:
Angelo Stavrow 2020-09-23 10:27:30 -04:00
parent 10fc24d66a
commit f2743466eb
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -143,9 +143,6 @@ struct PostEditorView: View {
model.posts.loadCachedPosts()
model.publish(post: post)
}
#if os(iOS)
self.hideKeyboard()
#endif
}
}