Skip to content

Commit

Permalink
Fix add patch to recreateEditor method (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
egenerse authored Oct 22, 2024
1 parent 250d16a commit c8e615e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/apollon-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ export class ApollonEditor {
nextRenderResolve();
},
state,
patcher: this.patcher,
styles: this.options.theme,
locale: this.options.locale,
} as any);
Expand Down

0 comments on commit c8e615e

Please sign in to comment.