We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1c22e commit 2653c85Copy full SHA for 2653c85
packages/common/src/extensions/slickCellExternalCopyManager.ts
@@ -198,7 +198,7 @@ export class SlickCellExternalCopyManager {
198
commitChanges: noop,
199
}) as Editor;
200
201
- editor.loadValue({...item, [columnDef.field]: value});
+ editor.loadValue({ ...item, [columnDef.field]: value });
202
const validationResults = editor.validate(undefined, value);
203
if (!validationResults.valid) {
204
const activeCell = this._grid.getActiveCell()!;
0 commit comments