mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout 87b5e35236ef (bug 931746) breaks UI tests
This commit is contained in:
parent
3e69e11d54
commit
6fc061037b
@ -344,12 +344,6 @@ let FormAssistant = {
|
||||
break;
|
||||
}
|
||||
|
||||
// Only handle events from our direct descendants
|
||||
if (!(target instanceof content.window.Node) ||
|
||||
!content.document.body.contains(target)) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (isContentEditable(target)) {
|
||||
this.showKeyboard(this.getTopLevelEditable(target));
|
||||
this.updateSelection();
|
||||
|
Loading…
Reference in New Issue
Block a user