From d59dae429eb2730a78790e7a441a24548c766efd Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 8 Jul 2024 11:38:08 +0200 Subject: [PATCH 1/2] fix(Editor): use setup function with useElementSize Signed-off-by: Max --- src/components/Editor.vue | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/components/Editor.vue b/src/components/Editor.vue index f186120b044..3f26860214b 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -5,6 +5,7 @@