chore: simplify editor (#1087)

This commit is contained in:
boojack
2023-02-13 23:27:45 +08:00
committed by GitHub
parent 1e4a81dea9
commit 5455cb3164
11 changed files with 3 additions and 19 deletions

View File

@ -160,7 +160,6 @@ const MemoEditor = () => {
}
}
}
editorRef.current?.scrollToCursor();
}
}