Skip to content

Commit

Permalink
fix: optimization code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyudangchu committed Dec 11, 2024
1 parent c94db85 commit d3f03b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const ExtensionTabBarTreeView = ({
handleCheckBoxChange(item);
}
},
[canSelectMany, model],
[model],
);

const handleContextMenu = useCallback(
Expand Down

0 comments on commit d3f03b9

Please sign in to comment.