We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216800b commit 62893c8Copy full SHA for 62893c8
WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Posts/PostsCardViewController.swift
@@ -51,7 +51,6 @@ protocol PostsCardViewControllerDelegate: AnyObject {
51
52
override func viewWillAppear(_ animated: Bool) {
53
super.viewWillAppear(animated)
54
- hideSeparatorForGhostCells()
55
}
56
57
override func viewDidAppear(_ animated: Bool) {
@@ -120,11 +119,6 @@ private extension PostsCardViewController {
120
119
ghostableTableView?.removeFromSuperview()
121
122
123
- func hideSeparatorForGhostCells() {
124
- ghostableTableView?.visibleCells
125
- .forEach { ($0 as? PostCompactCell)?.hideSeparator() }
126
- }
127
-
128
func presentEditor() {
129
let editor = EditPostViewController(blog: blog)
130
present(editor, animated: true)
0 commit comments