mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed menu in firefox
This commit is contained in:
parent
0c79032e39
commit
f3a4e34937
1 changed files with 2 additions and 2 deletions
|
|
@ -249,8 +249,8 @@ var CloudCommander, Util, DOM, $;
|
|||
//DOM.addListener('mousedown', clickProcessing);
|
||||
DOM.addListener('mousemove', function(pEvent){
|
||||
Position = {
|
||||
x : pEvent.x,
|
||||
y : pEvent.y
|
||||
x : pEvent.clientX,
|
||||
y : pEvent.clientY
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue