mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix: client: listeners: click: avoid select on conext menu
This commit is contained in:
parent
e3fcb7f24e
commit
2077468a85
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ function toggleSelect(key, files) {
|
|||
|
||||
const [file] = files;
|
||||
|
||||
if (isMac && key.meta || key.ctrl)
|
||||
if (isMac && key.meta)
|
||||
return DOM.toggleSelectedFile(file);
|
||||
|
||||
if (key.shift)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue