mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Actually fix b199819
This commit is contained in:
parent
5fea6376f7
commit
de36b900d4
@ -679,6 +679,7 @@
|
||||
b.setAttribute("contextmenu", this.getAttribute("contentcontextmenu"));
|
||||
b.setAttribute("tooltip", this.getAttribute("contenttooltip"));
|
||||
b.setAttribute("autocompletepopup", this.getAttribute("autocompletepopup"));
|
||||
b.setAttribute("autocompleteenabled", this.getAttribute("autocompleteenabled"));
|
||||
|
||||
this.mPanelContainer.appendChild(b);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user