From 48ee8779f020774adf61b5c1bf024e71750db1b0 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Tue, 8 Aug 2023 15:35:34 +0100 Subject: [PATCH] Merge pull request #14221 from overleaf/mj-regex-fix [cm6] Remove negative lookbehind in regex GitOrigin-RevId: 30c19680b1e20011945a7185a966100dc5e25d13 --- .../features/source-editor/components/table-generator/cell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/source-editor/components/table-generator/cell.tsx b/services/web/frontend/js/features/source-editor/components/table-generator/cell.tsx index 35c20337db..d1571c896b 100644 --- a/services/web/frontend/js/features/source-editor/components/table-generator/cell.tsx +++ b/services/web/frontend/js/features/source-editor/components/table-generator/cell.tsx @@ -62,7 +62,7 @@ export const Cell: FC<{ const filterInput = (input: string) => { // TODO: Are there situations where we don't want to filter the input? - return input.replaceAll(/(?