Skip to content

Commit

Permalink
Remove modifier from delete command
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Dec 21, 2023
1 parent 7a70187 commit 42bfa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zavala/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
let deleteCommand = UIKeyCommand(title: AppStringAssets.deleteControlLabel,
action: #selector(delete),
input: "\u{8}",
modifierFlags: [.command])
modifierFlags: [])

let goBackwardOneCommand = UIKeyCommand(title: AppStringAssets.backControlLabel,
action: #selector(goBackwardOneCommand(_:)),
Expand Down

0 comments on commit 42bfa8a

Please sign in to comment.