From 5789f9b0a5fe452b91eeaace1de1625a15c0bf45 Mon Sep 17 00:00:00 2001 From: RyotaUshio Date: Sat, 7 Oct 2023 15:18:14 +0900 Subject: [PATCH] fix formatting --- src/ui/views/inline-field-live-preview.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/ui/views/inline-field-live-preview.ts b/src/ui/views/inline-field-live-preview.ts index f8b71bd0..5d12466a 100644 --- a/src/ui/views/inline-field-live-preview.ts +++ b/src/ui/views/inline-field-live-preview.ts @@ -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"],