mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-01 03:54:47 +00:00
fix indentation
This commit is contained in:
parent
38142c7b24
commit
b66bb5bd1c
1 changed files with 3 additions and 3 deletions
|
|
@ -70,11 +70,11 @@
|
|||
removeElement() {
|
||||
if (this.rootElement.contains(this.snackbarElement)) {
|
||||
const activeRipple = this.snackbarElement.querySelector('.md-ripple.md-active');
|
||||
|
||||
|
||||
if (activeRipple) {
|
||||
activeRipple.classList.remove('md-active');
|
||||
activeRipple.classList.remove('md-active');
|
||||
}
|
||||
|
||||
|
||||
this.rootElement.removeChild(this.snackbarElement);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue