mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: Fix Typo (Editting -> Editing) (#161)
This commit is contained in:
@ -229,7 +229,7 @@ const MemoEditor: React.FC<Props> = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={`memo-editor-container ${isEditing ? "edit-ing" : ""} ${state.fullscreen ? "fullscreen" : ""}`}>
|
<div className={`memo-editor-container ${isEditing ? "edit-ing" : ""} ${state.fullscreen ? "fullscreen" : ""}`}>
|
||||||
<p className={"tip-text " + (isEditing ? "" : "hidden")}>Editting...</p>
|
<p className={"tip-text " + (isEditing ? "" : "hidden")}>Editing...</p>
|
||||||
<Editor
|
<Editor
|
||||||
ref={editorRef}
|
ref={editorRef}
|
||||||
{...editorConfig}
|
{...editorConfig}
|
||||||
|
Reference in New Issue
Block a user