mit-cml / workspace-multiselect

A Blockly plugin that allows you to drag, select and manipulate multiple blocks in the workspace.
https://hollowman6.github.io/workspace-multiselect/multi-workspace
11 stars 12 forks source link

v0.1.10: Support for Blockly v10.2.0+; Fix icon related issues #26

Closed HollowMan6 closed 11 months ago

HollowMan6 commented 11 months ago

Resolve #25 Resolve #11 Resolve #27

HollowMan6 commented 11 months ago

Upgrade the Blockly paste API starting from 10.2.0

cc @ewpatton for reviewing

laurensvalk commented 11 months ago

This fixes copy/paste with CTRL+C/CTRL+V (thanks!), but there is a duplicate portion of code for the right-click context paste which has not been updated here, which still crashes in the same way as #25.

This could probably use the same update (or share the code).

HollowMan6 commented 11 months ago

Now fixed the context menu as well (forgot we also have a paste in the workspace menu). Thanks!

laurensvalk commented 11 months ago

I confirm. Thanks!

HollowMan6 commented 11 months ago
laurensvalk commented 11 months ago

This also works :+1:

laurensvalk commented 11 months ago

Can also confirm that the last commit with the fix for #27 is working. Thanks!