mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 17:23:09 +02:00
Update messaging-room.vue
This commit is contained in:
parent
02dd2c7f1a
commit
f1fdd4524d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
document.documentElement.style.removeProperty('background');
|
document.documentElement.style.removeProperty('background');
|
||||||
|
document.documentElement.style.removeProperty('background-color'); // for safari's bug
|
||||||
this.unwatchDarkmode();
|
this.unwatchDarkmode();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in a new issue