Skip to content

Fix resize stop callback not firing - #3439

Merged
Salvialf merged 3 commits into
developfrom
fix/resizeEnd-stop
Jul 27, 2026
Merged

Fix resize stop callback not firing#3439
Salvialf merged 3 commits into
developfrom
fix/resizeEnd-stop

Conversation

@Salvialf

Copy link
Copy Markdown
Contributor
  • jeeResize's resizeEnd() checked options.end instead of options.stop, so the stop callback passed by every caller (plan.js, dashboard.js, view.js) never actually ran.
  • Once fixed, a second latent bug surfaced: the stop callback in dashboard.js and view.js only checked data-eqlogic_id, never data-scenario_id. Resizing a scenario widget left it at its raw dragged size instead of snapping back to the grid step via positionEqLogic/Packery.layout(), and left neighboring tiles out of sync. The resize callback right above already handled both cases correctly, this just mirrors that same check into stop.

@Salvialf Salvialf added the changelog-fix Use to generate release notes / changelog To be apply on PR label Jul 25, 2026
@Salvialf
Salvialf merged commit 4810f3a into develop Jul 27, 2026
6 checks passed
@Salvialf
Salvialf deleted the fix/resizeEnd-stop branch July 27, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-fix Use to generate release notes / changelog To be apply on PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants