Skip to content

Commit 41a0dbb

Browse files
committed
Merge remote-tracking branch 'origin/develop' into components/mdProgress
* origin/develop: fix indentation
2 parents 4298d47 + b66bb5b commit 41a0dbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/mdSnackbar/mdSnackbar.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
removeElement() {
7171
if (this.rootElement.contains(this.snackbarElement)) {
7272
const activeRipple = this.snackbarElement.querySelector('.md-ripple.md-active');
73-
73+
7474
if (activeRipple) {
75-
activeRipple.classList.remove('md-active');
75+
activeRipple.classList.remove('md-active');
7676
}
77-
77+
7878
this.rootElement.removeChild(this.snackbarElement);
7979
}
8080
},

0 commit comments

Comments
 (0)