fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@design.estate/dees-catalog', |   name: '@design.estate/dees-catalog', | ||||||
|   version: '1.0.222', |   version: '1.0.223', | ||||||
|   description: 'website for lossless.com' |   description: 'website for lossless.com' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -649,6 +649,7 @@ export class DeesTable<T> extends DeesElement { | |||||||
|       } |       } | ||||||
|       if (saveArg) { |       if (saveArg) { | ||||||
|         itemArg[key] = input.value as any; // Convert string to T (you might need better type casting depending on your data structure) |         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(); |       input.remove(); | ||||||
|       target.style.color = originalColor; |       target.style.color = originalColor; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user