mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 005290f8c1d5 (bug 1205398)
This commit is contained in:
parent
1a8a3f94ca
commit
dc2506c0e5
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user