From b31c2177e2d774e0b35ae249322aa9b347bfc32f Mon Sep 17 00:00:00 2001 From: Michael An <2331806369@qq.com> Date: Tue, 16 Jul 2024 17:18:09 +0800 Subject: [PATCH] change end typing indent --- frontend/src/pages/wiki2/wiki-right-header/page-title.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/wiki2/wiki-right-header/page-title.js b/frontend/src/pages/wiki2/wiki-right-header/page-title.js index 62991526c9..83e8988126 100644 --- a/frontend/src/pages/wiki2/wiki-right-header/page-title.js +++ b/frontend/src/pages/wiki2/wiki-right-header/page-title.js @@ -39,7 +39,7 @@ const PageTitle = ({ currentPageConfig, onUpdatePage }) => { const onKeyUp = useCallback(() => { timer.current = setTimeout(() => { isTyping.current = false; - }, 500); + }, 2000); }, []); const onCompositionStart = useCallback(() => {