Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Oct 7, 2023
1 parent f01f138 commit 5789f9b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/ui/views/inline-field-live-preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,7 @@ class InlineFieldWidget extends WidgetType {
},
});

renderCompactMarkdown(
this.field.key,
key,
this.sourcePath,
this.parentComponent
);
renderCompactMarkdown(this.field.key, key, this.sourcePath, this.parentComponent);

const value = renderContainer.createSpan({
cls: ["dataview", "inline-field-value"],
Expand Down

0 comments on commit 5789f9b

Please sign in to comment.