fix(core): update

This commit is contained in:
Philipp Kunz 2023-10-18 15:18:49 +02:00
parent 963edbffa3
commit b80fdf113e
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '1.0.222',
version: '1.0.223',
description: 'website for lossless.com'
}

View File

@ -649,6 +649,7 @@ export class DeesTable<T> extends DeesElement {
}
if (saveArg) {
itemArg[key] = input.value as any; // Convert string to T (you might need better type casting depending on your data structure)
this.changeSubject.next(this);
}
input.remove();
target.style.color = originalColor;