Revert more changes since 6193 in hopes of fixing the scrolling bug.

This commit is contained in:
Brent Simmons
2025-05-09 09:22:34 -07:00
parent ef7aa6bb27
commit 9aa93166b7
12 changed files with 84 additions and 215 deletions

View File

@@ -25,16 +25,6 @@ class ImageViewController: UIViewController {
return imageScrollView.zoomedFrame
}
override var keyCommands: [UIKeyCommand]? {
return [
UIKeyCommand(
title: NSLocalizedString("Close Image", comment: "Close Image"),
action: #selector(done(_:)),
input: " "
)
]
}
override func viewDidLoad() {
super.viewDidLoad()