Temporarily disabled Settings panel

This commit is contained in:
Brian Vaughn
2019-02-13 11:36:43 -08:00
parent 79f57532b9
commit c229837f33
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -64,5 +64,5 @@ function setup(hook) {
listeners.splice(0);
});
initBackend(window.__REACT_DEVTOOLS_GLOBAL_HOOK__, agent, window);
initBackend(hook, agent, window);
}
+2
View File
@@ -25,12 +25,14 @@ function createPanelIfReactLoaded() {
});
});
/* TODO Revisit this architecture; currently it causes duplicate agent/bridge traffic.
chrome.devtools.panels.create(
'⚛ Settings',
'',
'settings.html',
panel => {}
);
*/
}
);
}