From 3b8fabb227597ae1c5ee2a82e466a4d849fca8f5 Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Thu, 16 May 2024 09:48:01 +0200 Subject: [PATCH] Protect against creating React editor without parent node --- src/Explorer/Controls/Editor/EditorReact.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Explorer/Controls/Editor/EditorReact.tsx b/src/Explorer/Controls/Editor/EditorReact.tsx index 47268c856..2c01833ec 100644 --- a/src/Explorer/Controls/Editor/EditorReact.tsx +++ b/src/Explorer/Controls/Editor/EditorReact.tsx @@ -132,7 +132,13 @@ export class EditorReact extends React.Component