mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 575477 - Error in nsIAutoCompletePopup::invalidate [r=vingtetun]
This commit is contained in:
parent
295dfb2a53
commit
ab821a6554
@ -255,7 +255,7 @@
|
||||
let title = controller.getCommentAt(i);
|
||||
let tags = '';
|
||||
|
||||
if (type == "tag")
|
||||
if (title && type == "tag")
|
||||
[, title, tags] = title.match(/^(.+) \u2013 (.+)$/);
|
||||
item.setAttribute("tags", tags);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user