Skip to content

Conversation

albozek
Copy link
Contributor

@albozek albozek commented Sep 23, 2025

@albozek albozek changed the base branch from main to 4.6 September 24, 2025 12:16
@albozek albozek requested a review from a team September 24, 2025 12:58
@ezrobot ezrobot requested review from GrabowskiM, tischsoic, dew326, OstafinL and RopRaptor and removed request for a team September 24, 2025 12:58
recalculateButtonsLayout();
};
const recalculateButtonsLayout = () => {
const sortedButtons = registeredActionButtons.sort((a, b) => a.priority - b.priority);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to sort on every recalculating or we should do on registering the button?

Copy link

sonarqubecloud bot commented Oct 1, 2025

@albozek albozek requested review from dew326 and GrabowskiM October 1, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants