mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-05 22:14:44 +00:00
Merge remote-tracking branch 'origin/develop' into components/mdProgress
* origin/develop: fix indentation
This commit is contained in:
commit
41a0dbb220
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