Skip to content

Commit

Permalink
feat(pageheader): adds warning comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMelox committed Aug 26, 2024
1 parent b1dd27f commit 382d03b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ export let PageHeader = React.forwardRef(

// handlers
const handleActionBarWidthChange = ({ minWidth, maxWidth }) => {
// Warning: This is bound to break if we change the size of the overflow menu
const overflowMenuWidth = 40;

/* don't know how to test resize */
Expand Down

0 comments on commit 382d03b

Please sign in to comment.