mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
@@ -382,7 +382,6 @@ export class BlockDragger implements IBlockDragger {
|
||||
|
||||
blockAnimation.disconnectUiStop();
|
||||
this.connectionPreviewer.hidePreview();
|
||||
this.connectionPreviewer.dispose();
|
||||
|
||||
const preventMove =
|
||||
!!this.dragTarget_ &&
|
||||
@@ -417,6 +416,9 @@ export class BlockDragger implements IBlockDragger {
|
||||
);
|
||||
}
|
||||
}
|
||||
// Must dispose after `updateBlockAfterMove_` is called to not break the
|
||||
// dynamic connections plugin.
|
||||
this.connectionPreviewer.dispose();
|
||||
this.workspace_.setResizesEnabled(true);
|
||||
|
||||
eventUtils.setGroup(false);
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "blockly",
|
||||
"version": "10.4.0",
|
||||
"version": "10.4.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "blockly",
|
||||
"version": "10.4.0",
|
||||
"version": "10.4.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "blockly",
|
||||
"version": "10.4.0",
|
||||
"version": "10.4.1",
|
||||
"description": "Blockly is a library for building visual programming editors.",
|
||||
"keywords": [
|
||||
"blockly"
|
||||
|
||||
Reference in New Issue
Block a user