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

Commit 00422b8

Browse files
Merge pull request #1897 from BerndN/patch-2
[bug 17819] enable cmd+c in dictionary enhanced
2 parents 5db0b61 + ecff42a commit 00422b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Toolset/palettes/dictionary/behaviors/revdictionarybehavior.livecodescript

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,5 @@ end linkClicked
8686

8787
# bug 17819 enable cmd+c in dictionary
8888
on commandKeyDown pWhich
89-
if pWhich is "C" then
90-
copy
91-
else
92-
pass commandKeyDown
93-
end if
89+
if pWhich is not "C" then pass commandKeyDown
9490
end commandKeyDown

0 commit comments

Comments
 (0)