mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Typo? :fingers-crossed:
This commit is contained in:
parent
8570230bec
commit
45c771c1f9
|
@ -52,7 +52,7 @@ describe('DevTools panel for Electron', function () {
|
||||||
if (attempts === 0) {
|
if (attempts === 0) {
|
||||||
return callback('Redux panel not found');
|
return callback('Redux panel not found');
|
||||||
}
|
}
|
||||||
if (EUI.inspectorView) {
|
if (EUI.InspectorView) {
|
||||||
const instance = EUI.InspectorView.InspectorView.instance();
|
const instance = EUI.InspectorView.InspectorView.instance();
|
||||||
const tabs = instance.tabbedPane.tabs;
|
const tabs = instance.tabbedPane.tabs;
|
||||||
const idList = tabs.map((tab) => tab.id);
|
const idList = tabs.map((tab) => tab.id);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user