mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784472 - Long press on text selection should show context menus again. r=wesj
This commit is contained in:
parent
47a53a04e0
commit
6598f2a686
@ -1384,7 +1384,7 @@ var NativeWindow = {
|
||||
|
||||
while (element) {
|
||||
for each (let item in this.items) {
|
||||
if (!this.menuitems[item.id] && item.matches(element)) {
|
||||
if (!this.menuitems[item.id] && item.matches(element, aX, aY)) {
|
||||
this.menuitems[item.id] = item;
|
||||
menuitemsSet = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user