mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fixed bug with dragstart
This commit is contained in:
parent
3f3153ffa6
commit
749011f24f
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ CloudCmd._changeLinks = function(pPanelID){
|
|||
else {
|
||||
DOM.addClickListener( DOM.preventDefault, lLi);
|
||||
DOM.addListener('mousedown', lSetCurrentFile_f, lLi);
|
||||
DOM.addListener('ondragstart', lOnDragStart_f, ai);
|
||||
DOM.addListener('dragstart', lOnDragStart_f, ai);
|
||||
/* if right button clicked menu will
|
||||
* loads and shows
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue