Skip to content

Commit 322c6d6

Browse files
author
Abderrahmane Hamila
committed
fix(cdk-stepper): reset coercing selectedIndex value to a Number
1 parent 17e369d commit 322c6d6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ jobs:
320320
# TODO(devversion): Ideally the "build_release_packages" job should build all packages with
321321
# Bazel, but for now we mix up the Gulp and bazel setup, so we need to build the package here.
322322
- run: bazel build src/material-examples:npm_package --config=release
323+
323324
- run: ./scripts/circleci/publish-snapshots.sh
324325

325326

src/cdk/drag-drop/directives/drag.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ describe('CdkDrag', () => {
606606
dragElement.style.transform = 'scale(2)';
607607

608608
dragElementViaMouse(fixture, dragElement, 50, 100);
609-
610609
expect(dragElement.style.transform).toBe('translate3d(50px, 100px, 0px) scale(2)');
611610

612611
fixture.componentInstance.dragInstance.reset();

0 commit comments

Comments
 (0)