From c8e615ed0a6261018948477ea5ab89962d62e2bf Mon Sep 17 00:00:00 2001 From: Ege Nerse <50779105+egenerse@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:47:19 +0200 Subject: [PATCH] Fix add patch to recreateEditor method (#384) --- src/main/apollon-editor.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/apollon-editor.ts b/src/main/apollon-editor.ts index c64c05cd..5ed1b789 100644 --- a/src/main/apollon-editor.ts +++ b/src/main/apollon-editor.ts @@ -512,6 +512,7 @@ export class ApollonEditor { nextRenderResolve(); }, state, + patcher: this.patcher, styles: this.options.theme, locale: this.options.locale, } as any);