cross-tab-copy-paste can copy a block from inside the bubble to outside the bubble.
cross-tab-copy-paste can copy a block from inside the bubble to outside the bubble.


This will cause an error when generating the code. Right-clicking is prohibited in the bubble, but you can copy using the shortcut key.
Fixing this issue has a few steps:
- Reproduce the issue using the steps outlined in the "To Reproduce" section. Once you can reproduce the bad behavior, you can test if your changes fixed it.
- Modify the code in plugins/cross-tab-copy-paste/src/index.js so that the precondition function of the copy shortcut returns false if the block is in a mutator workspace.
- Run the reproduction steps again, and verify that the blocks cannot be copied from inside the mutator to outside of the mutator.
- Open your PR and resolve any PR comments.
After your PR is accepted, a Blockly team member will have to publish the GitHub Pages site, and then you'll be able to see your change live!
Is this task still open? If so, can I pick this up?
Yup! @debaraj-barua I just assigned you : )
@debaraj-barua Thanks for the fix! I can't wait for the release of this.