Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 527ec87

Browse files
committed
[Bug 18585] Ensure Dictionary traps cmd+A
1 parent 4436800 commit 527ec87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Toolset/palettes/dictionary/behaviors/revdictionarybehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ end showUpgradeOptions
9393

9494
# bug 17819 enable cmd+c in dictionary
9595
on commandKeyDown pWhich
96-
if pWhich is not "C" then
96+
if pWhich is not "C" and pWhich is not "A" then
9797
if pWhich is "W" then
9898
close me
9999
else

0 commit comments

Comments
 (0)