Ver código fonte

Merge pull request #182 from writeas/stay-in-selected-blog-on-new-post

Don't trigger navigation to Drafts list when creating new post
tags/v1.0.5-ios
Angelo Stavrow 3 anos atrás
committed by GitHub
pai
commit
733745240a
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      Shared/PostList/PostListView.swift

+ 0
- 1
Shared/PostList/PostListView.swift Ver arquivo

@@ -39,7 +39,6 @@ struct PostListView: View {
let managedPost = model.editor.generateNewLocalPost(withFont: model.preferences.font)
withAnimation {
self.model.showAllPosts = false
self.model.selectedCollection = nil
self.model.selectedPost = managedPost
}
}, label: {


Carregando…
Cancelar
Salvar