mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
wip
This commit is contained in:
parent
dddf37e400
commit
a9ee85b12d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}));
|
||||
|
|
Loading…
Add table
Reference in a new issue