aboutsummaryrefslogtreecommitdiffstats
path: root/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'Framework')
-rw-r--r--Framework/MASShortcutBinder.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Framework/MASShortcutBinder.m b/Framework/MASShortcutBinder.m
index 92ba6e8..4c0d7f9 100644
--- a/Framework/MASShortcutBinder.m
+++ b/Framework/MASShortcutBinder.m
@@ -109,6 +109,7 @@
// Just deleting the old shortcut
if (newShortcut == nil) {
+ [_shortcuts removeObjectForKey:key];
return;
}