mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 14:58:09 +09:00
Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
4727485792
@ -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 New Issue
Block a user