mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 626624 - 'Edit Bookmark' does not show correct information on second display, after dismissing VKB with system 'Back' button [r=mbrubeck]
This commit is contained in:
parent
515cd29412
commit
3e1b8cbc7c
@ -38,7 +38,7 @@ var BookmarkHelper = {
|
||||
try {
|
||||
self._editor.startEditing();
|
||||
} catch(e) {
|
||||
setTimeout(waitForWidget, 0, this);
|
||||
setTimeout(waitForWidget, 0, self);
|
||||
}
|
||||
}
|
||||
setTimeout(waitForWidget, 0, this);
|
||||
|
Loading…
Reference in New Issue
Block a user