From 0f299d228eb4075d24e1c0fb5b39febc6bc77de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 18 May 2021 23:41:54 +0200 Subject: [PATCH] fix: move all child nodes within EditorContent --- packages/react/src/EditorContent.tsx | 4 ++-- packages/vue-2/src/EditorContent.ts | 4 ++-- packages/vue-3/src/EditorContent.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/react/src/EditorContent.tsx b/packages/react/src/EditorContent.tsx index e97d8398..802d536b 100644 --- a/packages/react/src/EditorContent.tsx +++ b/packages/react/src/EditorContent.tsx @@ -55,7 +55,7 @@ export class PureEditorContent extends React.Component