projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c153f66
)
Correctly clear drop status when doing dragging.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 22 Jan 2009 20:58:52 +0000
(13:58 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 22 Jan 2009 20:59:22 +0000
(13:59 -0700)
imp/js/src/dragdrop.js
patch
|
blob
|
history
diff --git
a/imp/js/src/dragdrop.js
b/imp/js/src/dragdrop.js
index
fc5bbd8
..
5b14303
100644
(file)
--- a/
imp/js/src/dragdrop.js
+++ b/
imp/js/src/dragdrop.js
@@
-113,7
+113,7
@@
var DragDrop = {
deactivate: function()
{
if (this.drag) {
- this.drag = null;
+ this.drag =
DragDrop.Drops.drop =
null;
document.stopObserving('mousemove', this.mousemoveE);
document.stopObserving('mouseup', this.mouseupE);
}