Backed out changeset 005290f8c1d5 (bug 1205398)

This commit is contained in:
Felipe Gomes 2015-09-22 18:43:49 -03:00
parent 1a8a3f94ca
commit dc2506c0e5

View File

@ -5486,7 +5486,6 @@
this._dndCanvas = canvas;
this._dndPanel = document.createElement("panel");
this._dndPanel.setAttribute("type", "drag");
this._dndPanel.setAttribute("mousethrough", "always");
this._dndPanel.appendChild(canvas);
document.documentElement.appendChild(this._dndPanel);
}