This commit is contained in:
こぴなたみぽ 2018-02-21 21:02:39 +09:00
parent dddf37e400
commit a9ee85b12d

View File

@ -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();
}
}));