-
Notifications
You must be signed in to change notification settings - Fork 12
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
After copying once, moving a block copies it again #20
Comments
I’ve already noticed that yesterday, and that looks like to be introduced as of the blockly version bump. I haven’t looked through what they have changed. A version downgrade should be a temporary workaround. https://github.com/mit-cml/workspace-multiselect/pull/19/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R47 |
Looks like it should be their use of the new render management system in v10.1.x that caused this. https://github.com/google/blockly/pull/7307/files Haven't figured out how to fix this still... |
It turned out to be an upstream issue: google/blockly#7383 My suggestion is that, don't use Blockly version 10.1.x until that issue is fixed. It should be fine to keep the Blockly version as 10.1.1 here https://github.com/mit-cml/workspace-multiselect/blob/main/package.json#L47 We don't need to release again for downgrading as it's just a devDependency, the peerDependency is still Blockly v10.0.0, so users will face no issue when they integrate this plugin into their own project. If you want to develop this plugin, just downgrade the Blockly version in devDependencies to v10.0.2 manually. We can close this issue for now and I will follow up on the upstream issue. |
I have submitted a PR to fix this in the upstream: google/blockly#7384 |
…background Also downgrade to blockly v10.0.2 to resolve mit-cml#20 Signed-off-by: Hollow Man <hollowman@opensuse.org>
…background Also downgrade to blockly v10.0.2 to resolve mit-cml#20 Signed-off-by: Hollow Man <hollowman@opensuse.org>
…background Also upgrade to blockly v10.1.2 to resolve mit-cml#20 Signed-off-by: Hollow Man <hollowman@opensuse.org>
A new release has been made: https://github.com/google/blockly/releases/tag/blockly-v10.1.2 |
Works great, thanks! |
In the first few seconds, everything works fine. After copying something though, it escalates quickly.
This appears to be introduced in 0.1.7.
update-2023-08-12_10.25.16.mp4
The text was updated successfully, but these errors were encountered: