зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1205398 - e10s drag-n-drop panel should be mousethrough=always. r=jimm
This commit is contained in:
Родитель
19c165bb04
Коммит
5958359894
|
@ -5486,6 +5486,7 @@
|
|||
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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче