@angular/cdk 11.2.0 → 11.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/cdk-drag-drop.umd.js +1 -1
- package/bundles/cdk-drag-drop.umd.js.map +1 -1
- package/bundles/cdk-drag-drop.umd.min.js +1 -1
- package/bundles/cdk-drag-drop.umd.min.js.map +1 -1
- package/bundles/cdk.umd.js +1 -1
- package/bundles/cdk.umd.js.map +1 -1
- package/bundles/cdk.umd.min.js +1 -1
- package/bundles/cdk.umd.min.js.map +1 -1
- package/esm2015/drag-drop/directives/drag.js +2 -2
- package/esm2015/version.js +1 -1
- package/fesm2015/cdk.js +1 -1
- package/fesm2015/cdk.js.map +1 -1
- package/fesm2015/drag-drop.js +1 -1
- package/fesm2015/drag-drop.js.map +1 -1
- package/package.json +1 -1
- package/schematics/ng-add/index.js +1 -1
|
@@ -3517,7 +3517,7 @@
|
|
|
3517
3517
|
}
|
|
3518
3518
|
var index = CdkDrag._dragInstances.indexOf(this);
|
|
3519
3519
|
if (index > -1) {
|
|
3520
|
-
CdkDrag._dragInstances.splice(index,
|
|
3520
|
+
CdkDrag._dragInstances.splice(index, 1);
|
|
3521
3521
|
}
|
|
3522
3522
|
this._destroyed.next();
|
|
3523
3523
|
this._destroyed.complete();
|