Skip to content

Commit 8876355

Browse files
committed
Fix rebase issue
1 parent 7d9e225 commit 8876355

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ios/Sources/GutenbergKit/Sources/EditorViewController.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -656,13 +656,6 @@ public final class EditorViewController: UIViewController, GutenbergEditorContro
656656

657657
self.viewState = .ready(editorDependencies)
658658

659-
// If the editor uses `location.reload`, we'll end up here more than once
660-
guard case .loaded(let editorDependencies) = viewState else {
661-
return
662-
}
663-
664-
self.viewState = .ready(editorDependencies)
665-
666659
UIView.animate(withDuration: 0.2, delay: 0.1, options: [.allowUserInteraction]) {
667660
self.webView.alpha = 1
668661
}

0 commit comments

Comments
 (0)