mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-04-20 08:22:00 +03:00
===
This commit is contained in:
parent
9f4f94b378
commit
cb6a032e25
|
@ -528,7 +528,7 @@ function disconnect(
|
|||
}
|
||||
} else {
|
||||
monitors--;
|
||||
if (monitors == 0) toAllTabs({ type: 'STOP' });
|
||||
if (monitors === 0) toAllTabs({ type: 'STOP' });
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user