From 73665b697c22e7f293952fde955d1c985e4b3ddb Mon Sep 17 00:00:00 2001 From: YarikMix <43493788+YarikMix@users.noreply.github.com> Date: Tue, 14 May 2024 22:35:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/src/components/Editor/Editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/components/Editor/Editor.ts b/public/src/components/Editor/Editor.ts index add11af8..14221c4c 100644 --- a/public/src/components/Editor/Editor.ts +++ b/public/src/components/Editor/Editor.ts @@ -187,7 +187,7 @@ export class Editor { }); this.open && this.editable.focus() - this.editable.click() + this.open && this.editable.click() } getSchema = () => {