Skip to content

Commit

Permalink
Ensure options passed to render override defaults
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Westcott <matthew@torchbox.com>
  • Loading branch information
Stormheg and gasman committed Aug 3, 2023
1 parent 44263aa commit 380cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/entrypoints/admin/telepath/widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class DraftailRichTextArea {

const boundDraftail = new BoundDraftailWidget(
input,
{ ...options, ...this.options },
{ ...this.options, ...options },
parentCapabilities,
);

Expand Down

0 comments on commit 380cfe7

Please sign in to comment.