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

Commit 319194a

Browse files
committed
Merge remote-tracking branch 'origin/develop-8.1' into merge-develop_8.1_20.02.18
2 parents 6aab99c + 00422b8 commit 319194a

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)