Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
8071ca0d66
2 changed files with 2 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: {
|
||||
|
|
|
@ -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 a new issue