From 410e5b222203cafbda34acde0f02f1cf4937a948 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Mon, 31 Oct 2022 12:33:10 +0100 Subject: [PATCH] fix(editor): Set placeholder fallback Signed-off-by: Tilman Vatteroth --- src/components/editor-page/editor-pane/editor-pane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor-page/editor-pane/editor-pane.tsx b/src/components/editor-page/editor-pane/editor-pane.tsx index 9c0cfedbb..2fca399db 100644 --- a/src/components/editor-page/editor-pane/editor-pane.tsx +++ b/src/components/editor-page/editor-pane/editor-pane.tsx @@ -141,7 +141,7 @@ export const EditorPane: React.FC = ({ scrollState, onScroll, onMak