From 4c4ba96e2a64312f476e99e7e02b2ef7f7a0bf9a Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 16 Aug 2025 10:20:21 +0000 Subject: [PATCH] fix: fix inlinecompletion errors --- .../src/lib/components/copilot/autocomplete/Autocompletor.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/lib/components/copilot/autocomplete/Autocompletor.ts b/frontend/src/lib/components/copilot/autocomplete/Autocompletor.ts index 54d39839a5..48189ca1c7 100644 --- a/frontend/src/lib/components/copilot/autocomplete/Autocompletor.ts +++ b/frontend/src/lib/components/copilot/autocomplete/Autocompletor.ts @@ -184,6 +184,8 @@ export class Autocompletor { ] } }, + // @ts-ignore + disposeInlineCompletions: () => {}, freeInlineCompletions: () => {} } )