Skip to content

Conversation

surajshetty3416
Copy link
Member

The event listeners for the page canvas and the component editor canvas were both attached to the document, which caused unintended behavior. Even when the page canvas was hidden, its event listeners were still active and responding to events. As a result, interactions intended only for the active component editor canvas were also triggering the page canvas listeners. This led to issues like the selectedBlockIds list in the component editor canvas being incorrectly updated with block IDs from the page canvas 🤦‍♂️

@surajshetty3416 surajshetty3416 merged commit 7d2fd50 into develop May 29, 2025
3 checks passed
Copy link

codecov bot commented May 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.27%. Comparing base (5e0c928) to head (cdcac65).
Report is 60 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #362   +/-   ##
========================================
  Coverage    42.27%   42.27%           
========================================
  Files           16       16           
  Lines         1152     1152           
========================================
  Hits           487      487           
  Misses         665      665           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@surajshetty3416 surajshetty3416 deleted the fix-selection branch June 4, 2025 02:27
@surajshetty3416
Copy link
Member Author

🎉 This PR is included in version 1.18.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant