Skip to content

fix: add group when cutting workspace comments#9680

Open
lizschwab wants to merge 1 commit intoRaspberryPiFoundation:mainfrom
lizschwab:rpf-9164
Open

fix: add group when cutting workspace comments#9680
lizschwab wants to merge 1 commit intoRaspberryPiFoundation:mainfrom
lizschwab:rpf-9164

Conversation

@lizschwab
Copy link
Copy Markdown

The basics

The details

Resolves

Fixes #9164

Proposed Changes

Adds an event group when the cut action is performed from a keyboard shortcut for a non-block entity.
image

Reason for Changes

Without this functionality, events fired from the cut keyboard shortcut cannot be grouped together.

@lizschwab lizschwab requested a review from a team as a code owner April 3, 2026 21:26
@lizschwab lizschwab requested a review from maribethb April 3, 2026 21:26
@github-actions github-actions bot added the PR: fix Fixes a bug label Apr 3, 2026
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome! It looks like this is your first pull request in Blockly, so here are a couple of tips:

  • You can find tips about contributing to Blockly and how to validate your changes on our developer site.
  • We use conventional commits to make versioning the package easier. Make sure your commit message is in the proper format or learn how to fix it.
  • If any of the other checks on this PR fail, you can click on them to learn why. It might be that your change caused a test failure, or that you need to double-check the style guide.
    Thank you for opening this PR! A member of the Blockly team will review it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: fix Fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

events not grouped correctly for cut/paste

2 participants