mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 22:29:28 +09:00
Update messaging-room.vue
This commit is contained in:
parent
02dd2c7f1a
commit
f1fdd4524d
@ -37,6 +37,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 New Issue
Block a user