diff --git a/packages/grid/src/GridModel.ts b/packages/grid/src/GridModel.ts index c52db2e76..a9385e5b4 100644 --- a/packages/grid/src/GridModel.ts +++ b/packages/grid/src/GridModel.ts @@ -225,7 +225,8 @@ abstract class GridModel< const contentToCheckForLinks = text.substring(0, lengthOfContent); return GridUtils.findTokensWithProtocolInText(contentToCheckForLinks); - } + }, + { max: 10000 } ); renderTypeForCell(column: ModelIndex, row: ModelIndex): CellRenderType {