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

Add multiFieldUpdate option & Fix the try statement #30

Closed HollowMan6 closed 8 months ago

HollowMan6 commented 9 months ago

Resolves #29 Resolves #33

Make it possible to disable multiple dropdown update, default is enabled Fix the try statement to make it work

ewpatton commented 8 months ago

@laurensvalk @bbrudastyy Can you both confirm this PR fixes your issues? I'd like to merge it and deploy a new version.

laurensvalk commented 8 months ago

Thanks for the update. I have used this (now outdated) commit successfully for the past few weeks: https://github.com/mit-cml/workspace-multiselect/commit/53741da30819cabd92070c4f4008002404ca2ccc

I just bumped my test version to your latest version of this PR, and everything seems to work still.

I do get these warnings. Maybe it could be addressed as part of #34 or separately?

image

HollowMan6 commented 8 months ago

I do get these warnings. Maybe it could be addressed as part of #34 or separately?

image

Fixed this in #34

laurensvalk commented 8 months ago

Thank you. If I take this PR (#30) and cherry-pick #34 on top, I confirm that the warnings are gone.