summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-07-23 00:19:29 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-07-23 00:19:29 +0900
commitac914af9c3bbfd530e817271fd89b93e1dcaf5cf (patch)
tree48cc1623c398f9e81b77934db89e2dd698d39e50
parentImprove CONTRIBUTING.md (#5158) (diff)
downloadsharkey-ac914af9c3bbfd530e817271fd89b93e1dcaf5cf.tar.gz
sharkey-ac914af9c3bbfd530e817271fd89b93e1dcaf5cf.tar.bz2
sharkey-ac914af9c3bbfd530e817271fd89b93e1dcaf5cf.zip
Fix #5210
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/client/app/mobile/views/pages/widgets.vue6
2 files changed, 1 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de8db29bb4..aa11d073c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ unreleased
--------------------
### 🐛Fixes
* すでに使われたことのあるユーザー名を再度使えないように
+* モバイルのウィジェットページが常に i/update-client-setting を呼び続ける問題を修正
11.26.1 (2019/07/21)
--------------------
diff --git a/src/client/app/mobile/views/pages/widgets.vue b/src/client/app/mobile/views/pages/widgets.vue
index c012de1314..941b58b44b 100644
--- a/src/client/app/mobile/views/pages/widgets.vue
+++ b/src/client/app/mobile/views/pages/widgets.vue
@@ -98,12 +98,6 @@ export default Vue.extend({
id: 'g', data: {}
}]);
}
-
- this.$watch('$store.getters.mobileHome', () => {
- this.$store.dispatch('settings/updateMobileHomeProfile');
- }, {
- deep: true
- });
},
mounted() {