Skip to content

Commit

Permalink
Disable canvastable dopaint
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowbas authored and bas080 committed Jan 28, 2025
1 parent f4a9936 commit 559ac87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/canvastable/canvastable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,12 +582,12 @@ export class CanvasTableComponent implements AfterViewInit, DoCheck, OnInit {
this.hasChanges = false;
}
}
window.requestAnimationFrame(() => paintLoop());
// window.requestAnimationFrame(() => paintLoop());
};

this._ngZone.runOutsideAngular(() =>
window.requestAnimationFrame(() => paintLoop())
);
// this._ngZone.runOutsideAngular(() =>
// window.requestAnimationFrame(() => paintLoop())
// );
}

private updateDragImage(selectedRowIndex: number) {
Expand Down

0 comments on commit 559ac87

Please sign in to comment.