1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Contacts: Also allow meta key for selecting.

This commit is contained in:
Thomas Tanghus 2012-12-09 19:38:43 +01:00
parent 19e3b65040
commit 0571b861fa

View File

@ -1214,7 +1214,7 @@ OC.Contacts = OC.Contacts || {
if($(event.target).is('input')) {
return;
}
if(event.ctrlKey) {
if(event.ctrlKey || event.metaKey) {
event.stopPropagation();
event.preventDefault();
console.log('select', event);