Skip to content

Commit

Permalink
Fixed #9279 - TreeTable openCell() not working
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Sep 14, 2020
1 parent f17d5d2 commit 4e55cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/treetable/treetable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2601,6 +2601,7 @@ export class TTEditableColumn implements AfterViewInit {
this.tt.updateEditingCell(this.el.nativeElement);
DomHandler.addClass(this.el.nativeElement, 'p-cell-editing');
this.tt.onEditInit.emit({ field: this.field, data: this.data});
this.tt.editingCellClick = true;
this.zone.runOutsideAngular(() => {
setTimeout(() => {
let focusable = DomHandler.findSingle(this.el.nativeElement, 'input, textarea');
Expand Down

0 comments on commit 4e55cc7

Please sign in to comment.