summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorこぴなたみぽ <syuilotan@yahoo.co.jp>2018-02-21 21:02:39 +0900
committerこぴなたみぽ <syuilotan@yahoo.co.jp>2018-02-21 21:02:39 +0900
commitdd72410b1dcbbf2aa5e74278589522030e976efc (patch)
treeea93ef6775e51335639ac6b88bc0d98d52577898 /src
parentwip (diff)
downloadmisskey-dd72410b1dcbbf2aa5e74278589522030e976efc.tar.gz
misskey-dd72410b1dcbbf2aa5e74278589522030e976efc.tar.bz2
misskey-dd72410b1dcbbf2aa5e74278589522030e976efc.zip
wip
Diffstat (limited to 'src')
-rw-r--r--src/web/app/desktop/views/components/home.vue2
1 files changed, 1 insertions, 1 deletions
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();
}
}));