msyavuz commented on code in PR #35265:
URL: https://github.com/apache/superset/pull/35265#discussion_r2524104116


##########
superset-frontend/src/dashboard/reducers/dashboardState.js:
##########
@@ -216,10 +227,17 @@ export default function dashboardStateReducer(state = {}, 
action) {
         .difference(new Set(action.activeTabs))
         .union(new Set(action.inactiveTabs));
 
+      // Track when each tab was last activated
+      const tabActivationTimes = { ...state.tabActivationTimes };

Review Comment:
   We are updating already existing tabActivationTimes, i don't think there is 
a cleanup to be done here. Can you give an example code snippet?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to