зеркало из https://github.com/mozilla/gecko-dev.git
Bug 934487 - Fix "TypeError: this.markup is undefined" in devtools b-c runs; r=pbrosset
This commit is contained in:
Родитель
72b34a49ec
Коммит
2f75f5bc76
|
@ -358,6 +358,9 @@ InspectorPanel.prototype = {
|
|||
|
||||
this._initMarkup();
|
||||
this.once("markuploaded", () => {
|
||||
if (this._destroyPromise) {
|
||||
return;
|
||||
}
|
||||
this.markup.expandNode(this.selection.nodeFront);
|
||||
this.setupSearchBox();
|
||||
this.emit("new-root");
|
||||
|
|
Загрузка…
Ссылка в новой задаче