From dd72410b1dcbbf2aa5e74278589522030e976efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=B4=E3=81=AA=E3=81=9F=E3=81=BF=E3=81=BD?= Date: Wed, 21 Feb 2018 21:02:39 +0900 Subject: [PATCH] wip --- src/web/app/desktop/views/components/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/desktop/views/components/home.vue b/src/web/app/desktop/views/components/home.vue index 48aa5e3eaf..9d2198d9d0 100644 --- a/src/web/app/desktop/views/components/home.vue +++ b/src/web/app/desktop/views/components/home.vue @@ -147,7 +147,7 @@ export default Vue.extend({ const el = evt.item; const id = el.getAttribute('data-widget-id'); el.parentNode.removeChild(el); - (this as any).os.i.client_settings.home = this.home.filter(w => w.id != id); + this.home = this.home.filter(w => w.id != id); this.saveHome(); } }));