diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-24 09:00:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-24 09:00:16 +0900 |
| commit | f1fdd4524d5a5c64449c9efd5fdb0f4199df811a (patch) | |
| tree | 6b06f8e916acb94b046cdf6464234591226745b5 /src | |
| parent | Update messaging-room.vue (diff) | |
| download | misskey-f1fdd4524d5a5c64449c9efd5fdb0f4199df811a.tar.gz misskey-f1fdd4524d5a5c64449c9efd5fdb0f4199df811a.tar.bz2 misskey-f1fdd4524d5a5c64449c9efd5fdb0f4199df811a.zip | |
Update messaging-room.vue
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/pages/messaging-room.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/pages/messaging-room.vue b/src/client/app/mobile/views/pages/messaging-room.vue index 82cbe72f4e..8b82b03fb9 100644 --- a/src/client/app/mobile/views/pages/messaging-room.vue +++ b/src/client/app/mobile/views/pages/messaging-room.vue @@ -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: { |