Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(editor): Composite Editor should work with Cell Menu #1591

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

ghiscoding
Copy link
Owner

  • by default Cell Menu are preventing event bubbling and this causes the Cell Menu to not activate the active cell and this causes the Composite Editor to not receive the correct row number, let's add a cellMenu.preventEventBubbling to keep the default but offer the option to disable the default and fix Composite Editor

- by default Cell Menu are preventing event bubbling and this causes the Cell Menu to not activate the active cell and this causes the Composite Editor to not receive the correct row number, let's add a `cellMenu.preventEventBubbling` to keep the default but offer the option to disable the default and fix Composite Editor
Copy link

stackblitz bot commented Jul 3, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.8%. Comparing base (3e165cf) to head (cb3334d).

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1591   +/-   ##
======================================
  Coverage    99.8%   99.8%           
======================================
  Files         198     198           
  Lines       21793   21793           
  Branches     7020    7020           
======================================
  Hits        21732   21732           
  Misses         61      61           

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

@ghiscoding ghiscoding merged commit a57bb13 into master Jul 3, 2024
6 checks passed
@ghiscoding ghiscoding deleted the bugfix/composite-prevent-bubbling branch July 3, 2024 05:10
ghiscoding added a commit that referenced this pull request Jul 3, 2024
- this rename the new Cell Menu option introduced in previous PR #1591 to fix Composite Editor Cell Menu not using correct row index
ghiscoding added a commit that referenced this pull request Jul 3, 2024
…ick (#1593)

- this rename the new Cell Menu option introduced in previous PR #1591 to fix Composite Editor Cell Menu not using correct row index
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.

1 participant