Update messaging-room.vue

This commit is contained in:
syuilo 2018-05-24 09:00:16 +09:00 committed by GitHub
parent 02dd2c7f1a
commit f1fdd4524d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {