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 09eb84b commit 2b3d030Copy full SHA for 2b3d030
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -6411,7 +6411,6 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
6411
* @internal
6412
*/
6413
public endRowEdit(commit = true, event?: Event) {
6414
- console.log('end row');
6415
this.endEdit(commit, event);
6416
const activeCell = this.navigation.activeNode;
6417
if (activeCell && activeCell.row !== -1) {
0 commit comments