cdmClicked: allow shift-lclick
This commit is contained in:
parent
8a77553595
commit
f6a260c65e
|
@ -1541,7 +1541,7 @@ function cdmClicked(event, id) {
|
||||||
handle_rpc_json(transport);
|
handle_rpc_json(transport);
|
||||||
} });
|
} });
|
||||||
|
|
||||||
return true;
|
return !event.shiftKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue