This commit is contained in:
Bernd Fuhrmann 2022-02-02 14:39:02 +01:00
commit e44484934f

View file

@ -155,7 +155,7 @@
if (refSelectAll) refSelectAll.checked = false;
},
add: (id) => {
headerItems.update((_) => [..._, id]);
headerItems.update((_) => [id, ..._]);
},
});