diff options
Diffstat (limited to 'copy.js')
-rw-r--r-- | copy.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -97,7 +97,8 @@ liberator.commands.addUserCommand(['copy'],'Copy to clipboard', } }); return [0, candidates]; - } + }, + bang: true } ); |