committed by
GitHub
parent
55ce481fc1
commit
05f1d027a3
@@ -203,12 +203,7 @@ function LogsTab() {
|
|||||||
if (toExpand.length > 0) {
|
if (toExpand.length > 0) {
|
||||||
dispatch({ type: 'AUTO_EXPAND', ids: toExpand });
|
dispatch({ type: 'AUTO_EXPAND', ids: toExpand });
|
||||||
}
|
}
|
||||||
}, [
|
}, [filteredProcesses, state.userCollapsed, state.autoCollapsed]);
|
||||||
filteredProcesses,
|
|
||||||
state.userCollapsed,
|
|
||||||
state.autoCollapsed,
|
|
||||||
state.prevStatus,
|
|
||||||
]);
|
|
||||||
|
|
||||||
// Effect #3: Handle coding agent succession logic
|
// Effect #3: Handle coding agent succession logic
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user