cdmClicked: allow shift-lclick

This commit is contained in:
Andrew Dolgov 2013-02-28 20:15:17 +04:00
parent 8a77553595
commit f6a260c65e

View file

@ -1541,7 +1541,7 @@ function cdmClicked(event, id) {
handle_rpc_json(transport);
} });
return true;
return !event.shiftKey;
}
} else {