mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(listeners) improve file select with ctrl + click (#269)
This commit is contained in:
parent
31d7609858
commit
2be3459b08
1 changed files with 1 additions and 5 deletions
|
|
@ -236,11 +236,7 @@ function execIfNotUL(callback, event) {
|
|||
}
|
||||
|
||||
function onClick(event) {
|
||||
const ctrl = event.ctrlKey;
|
||||
|
||||
if (!ctrl)
|
||||
event.preventDefault();
|
||||
|
||||
event.preventDefault();
|
||||
changePanel(event.target);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue