Explorar el Código

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 hace 3 años
committed by GitHub
padre
commit
733745240a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      Shared/PostList/PostListView.swift

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

@@ -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: {


Cargando…
Cancelar
Guardar