Update messaging-room.vue
This commit is contained in:
parent
fc3a323a21
commit
02dd2c7f1a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ export default Vue.extend({
|
|||
},
|
||||
beforeDestroy() {
|
||||
document.documentElement.style.removeProperty('background');
|
||||
document.documentElement.style.removeProperty('background-color'); // for safari's bug
|
||||
this.unwatchDarkmode();
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in a new issue