From 206baebf773f90f62857a41227b2c899b1fe393e Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Thu, 22 Jun 2023 13:31:46 +0300 Subject: [PATCH] fix: fix inline-edit input --- .../ExpandableInput/ExpandableInputBase.vue | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/packages/editor-ui/src/components/ExpandableInput/ExpandableInputBase.vue b/packages/editor-ui/src/components/ExpandableInput/ExpandableInputBase.vue index ba4ca6f41b..14109db747 100644 --- a/packages/editor-ui/src/components/ExpandableInput/ExpandableInputBase.vue +++ b/packages/editor-ui/src/components/ExpandableInput/ExpandableInputBase.vue @@ -28,23 +28,22 @@ export default defineComponent({