From 6e4e8e71e30111d60d74d13d656eea380d8e5dc8 Mon Sep 17 00:00:00 2001 From: YarikMix <43493788+YarikMix@users.noreply.github.com> Date: Fri, 17 May 2024 01:55:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D1=8D=D1=88=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=84=D0=BE=D1=82=D0=BE=D0=BA=20=D0=B2=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BC=D0=B5=D1=82=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/NoteEditor/NoteEditor.tsx | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/public/src/components/NoteEditor/NoteEditor.tsx b/public/src/components/NoteEditor/NoteEditor.tsx index 0eebed0a..013752a7 100644 --- a/public/src/components/NoteEditor/NoteEditor.tsx +++ b/public/src/components/NoteEditor/NoteEditor.tsx @@ -310,29 +310,29 @@ export class NoteEditor extends ScReact.Component*/} {/**/} -
- { - this.state.noteStatus == "saved" ? -
- -
- : - "" - } - - { - this.state.noteStatus == "sync" ? -
- -
- : - "" - } -
+ {/*
*/} + {/* {*/} + {/* this.state.noteStatus == "saved" ?*/} + {/*
*/} + {/* */} + {/*
*/} + {/* :*/} + {/* ""*/} + {/* }*/} + + {/* {*/} + {/* this.state.noteStatus == "sync" ?*/} + {/*
*/} + {/* */} + {/*
*/} + {/* :*/} + {/* ""*/} + {/* }*/} + {/*
*/}