1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

change end typing indent

This commit is contained in:
Michael An
2024-07-16 17:18:09 +08:00
parent 3d089d0728
commit b31c2177e2

View File

@@ -39,7 +39,7 @@ const PageTitle = ({ currentPageConfig, onUpdatePage }) => {
const onKeyUp = useCallback(() => {
timer.current = setTimeout(() => {
isTyping.current = false;
}, 500);
}, 2000);
}, []);
const onCompositionStart = useCallback(() => {