Fixes for null command
This commit is contained in:
@@ -105,7 +105,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
title: "Find on Page",
|
||||
action: #selector(ShortcutResponder.findOnPage)
|
||||
)
|
||||
: UIKeyCommand()
|
||||
: UIKeyCommand.null()
|
||||
),
|
||||
|
||||
// Refresh
|
||||
|
||||
Reference in New Issue
Block a user