cdmClicked: allow shift-lclick
This commit is contained in:
parent
8a77553595
commit
f6a260c65e
1 changed files with 1 additions and 1 deletions
|
@ -1541,7 +1541,7 @@ function cdmClicked(event, id) {
|
|||
handle_rpc_json(transport);
|
||||
} });
|
||||
|
||||
return true;
|
||||
return !event.shiftKey;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue