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:
@@ -39,7 +39,7 @@ const PageTitle = ({ currentPageConfig, onUpdatePage }) => {
|
||||
const onKeyUp = useCallback(() => {
|
||||
timer.current = setTimeout(() => {
|
||||
isTyping.current = false;
|
||||
}, 500);
|
||||
}, 2000);
|
||||
}, []);
|
||||
|
||||
const onCompositionStart = useCallback(() => {
|
||||
|
Reference in New Issue
Block a user