fix(core): update
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user