From bf18bfc296fc50fdf27e9e78a9c1b46ba7b08606 Mon Sep 17 00:00:00 2001 From: Onat <53895969+onattech@users.noreply.github.com> Date: Sat, 2 Apr 2022 18:57:42 +0300 Subject: [PATCH] Unsaved circle is ready. --- frontend/src/components/EditorPage/EditorColumn/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/EditorPage/EditorColumn/index.jsx b/frontend/src/components/EditorPage/EditorColumn/index.jsx index 6554fb51e..92f61debd 100644 --- a/frontend/src/components/EditorPage/EditorColumn/index.jsx +++ b/frontend/src/components/EditorPage/EditorColumn/index.jsx @@ -222,7 +222,8 @@ const EditorColumn = forwardRef(({ children, ...rest }, ref) => { label={tabs?.name} value={idx} icon={ - handleTabClose(tabs, e)}> + handleTabClose(tabs, e)} style={{ marginLeft: 0, paddingLeft: 4 }}> + {tabs.isEditing && } }