瀏覽代碼

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 年之前
committed by GitHub
父節點
當前提交
733745240a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      Shared/PostList/PostListView.swift

+ 0
- 1
Shared/PostList/PostListView.swift 查看文件

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


Loading…
取消
儲存