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

Commit c9dd355

Browse files
authored
Merge pull request #1914 from livecode/merge-develop_8.1_20.02.18
Merge develop 8.1 20.02.18
2 parents 6aab99c + 319194a commit c9dd355

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Toolset/palettes/dictionary/behaviors/revdictionarybehavior.livecodescript

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,5 @@ end showUpgradeOptions
9393

9494
# bug 17819 enable cmd+c in dictionary
9595
on commandKeyDown pWhich
96-
if pWhich is "C" then
97-
copy
98-
else
99-
pass commandKeyDown
100-
end if
96+
if pWhich is not "C" then pass commandKeyDown
10197
end commandKeyDown

0 commit comments

Comments
 (0)