fix(core): update
This commit is contained in:
parent
963edbffa3
commit
b80fdf113e
@ -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'
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user