Skip to content

Commit

Permalink
Adds listener for unhide attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland committed Apr 1, 2024
1 parent ec5dbea commit a233f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useCodapState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const useCodapState = () => {
case `updateAttributes`:
case `hideAttributes`:
case `showAttributes`:
case `unhideAttributes`:
refreshDataSetInfo();
break;
case `updateDataContext`: // includes renaming dataset, so we have to redo the menu
Expand Down

0 comments on commit a233f12

Please sign in to comment.